Spaces:
Runtime error
Runtime error
ASG Models
commited on
Update app.py
Browse files
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()
|