Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -158,4 +158,4 @@ with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
|
|
| 158 |
)
|
| 159 |
|
| 160 |
# Launch the Gradio app
|
| 161 |
-
app.launch(show_api=
|
|
|
|
| 158 |
)
|
| 159 |
|
| 160 |
# Launch the Gradio app
|
| 161 |
+
app.launch(show_api=True, share=False)
|