Spaces:
Runtime error
Runtime error
Update app.py
Browse filesui.launch(server_name="0.0.0.0", server_port=7860, show_api=False, ssr=False)
app.py
CHANGED
|
@@ -1018,4 +1018,5 @@ with gr.Blocks() as ui:
|
|
| 1018 |
# Launch the Gradio app with public URL
|
| 1019 |
#ui.launch()
|
| 1020 |
#ui.launch(share=True, show_api=False) # Ensures no external sharing & API buttons
|
| 1021 |
-
ui.launch(show_api=False)
|
|
|
|
|
|
| 1018 |
# Launch the Gradio app with public URL
|
| 1019 |
#ui.launch()
|
| 1020 |
#ui.launch(share=True, show_api=False) # Ensures no external sharing & API buttons
|
| 1021 |
+
#ui.launch(show_api=False)
|
| 1022 |
+
ui.launch(server_name="0.0.0.0", server_port=7860, show_api=False, ssr=False)
|