Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -89,4 +89,4 @@ demo = gr.Interface(
|
|
| 89 |
description=description
|
| 90 |
)
|
| 91 |
|
| 92 |
-
demo.launch(server_name="0.0.0.0", server_port=7860, share=True)
|
|
|
|
| 89 |
description=description
|
| 90 |
)
|
| 91 |
|
| 92 |
+
demo.launch(server_name="0.0.0.0", server_port=7860, share=True, show_error=True)
|