Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -291,4 +291,4 @@ with gr.Blocks() as app:
|
|
| 291 |
gr.Markdown("By using this demo, you agree to share your use data with us for research purpose, to help improve user experience.")
|
| 292 |
|
| 293 |
|
| 294 |
-
app.launch()
|
|
|
|
| 291 |
gr.Markdown("By using this demo, you agree to share your use data with us for research purpose, to help improve user experience.")
|
| 292 |
|
| 293 |
|
| 294 |
+
app.launch(share=True)
|