Spaces:
Runtime error
Runtime error
update app.py
Browse files
app.py
CHANGED
|
@@ -289,6 +289,6 @@ with gr.Blocks() as demo:
|
|
| 289 |
outputs=[image_output_component, text_output_component]
|
| 290 |
)
|
| 291 |
|
| 292 |
-
|
| 293 |
# demo.launch(share=True, server_port=7861, server_name='0.0.0.0')
|
| 294 |
-
demo.queue().launch(share=False)
|
|
|
|
| 289 |
outputs=[image_output_component, text_output_component]
|
| 290 |
)
|
| 291 |
|
| 292 |
+
demo.launch(debug=True, show_error=True, share=True)
|
| 293 |
# demo.launch(share=True, server_port=7861, server_name='0.0.0.0')
|
| 294 |
+
# demo.queue().launch(share=False)
|