Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -107,4 +107,4 @@ with gr.Blocks() as demo:
|
|
107 |
tts_interface.render()
|
108 |
|
109 |
# Launch the Gradio app
|
110 |
-
demo.launch(show_error=True,
|
|
|
107 |
tts_interface.render()
|
108 |
|
109 |
# Launch the Gradio app
|
110 |
+
demo.launch(show_error=True, show_api=True)
|