Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -157,6 +157,6 @@ with gr.Blocks(css=css, elem_id="demo-container") as demo:
|
|
| 157 |
)
|
| 158 |
|
| 159 |
if __name__ == "__main__":
|
| 160 |
-
demo.launch(
|
| 161 |
|
| 162 |
|
|
|
|
| 157 |
)
|
| 158 |
|
| 159 |
if __name__ == "__main__":
|
| 160 |
+
demo.launch(share=True, show_error=True)
|
| 161 |
|
| 162 |
|