ASG Models commited on
Commit
368a410
·
verified ·
1 Parent(s): f8f8dd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,6 +89,6 @@ with gr.Blocks() as demo: # Use gr.Blocks to wrap the entire interface
89
  inputs=[text_input, model_choices],
90
  outputs=[ai_audio],
91
  )
92
-
93
  if __name__ == "__main__":
94
  demo.launch()
 
89
  inputs=[text_input, model_choices],
90
  outputs=[ai_audio],
91
  )
92
+
93
  if __name__ == "__main__":
94
  demo.launch()