Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -110,5 +110,5 @@ with gr.Blocks(analytics_enabled=False) as demo:
|
|
110 |
outputs=[output_audio, out_text_gr],
|
111 |
)
|
112 |
|
113 |
-
demo.launch()
|
114 |
-
|
|
|
110 |
outputs=[output_audio, out_text_gr],
|
111 |
)
|
112 |
|
113 |
+
# demo.launch()
|
114 |
+
demo.launch(debug=True, show_api=True, share=True)
|