Spaces:
Running
on
Zero
Running
on
Zero
jadechoghari
commited on
Commit
•
008ff9d
1
Parent(s):
3666985
fix app.py
Browse files
app.py
CHANGED
@@ -105,5 +105,5 @@ with gr.Blocks() as demo:
|
|
105 |
outputs=[image_output_component, text_output_component]
|
106 |
)
|
107 |
|
108 |
-
|
109 |
-
demo.launch(share=True, server_port=7861, server_name='0.0.0.0')
|
|
|
105 |
outputs=[image_output_component, text_output_component]
|
106 |
)
|
107 |
|
108 |
+
demo.launch(debug=False, show_error=True, share=True)
|
109 |
+
# demo.launch(share=True, server_port=7861, server_name='0.0.0.0')
|