Spaces:
Running
Running
Commit ·
1985a84
1
Parent(s): a74a8c1
share
Browse files
app.py
CHANGED
|
@@ -594,4 +594,4 @@ with gr.Blocks(title="HiCoTraj Demo", theme=gr.themes.Soft()) as app:
|
|
| 594 |
outputs=[raw_out, show_all_btn]
|
| 595 |
)
|
| 596 |
|
| 597 |
-
app.launch(show_error=True)
|
|
|
|
| 594 |
outputs=[raw_out, show_all_btn]
|
| 595 |
)
|
| 596 |
|
| 597 |
+
app.launch(show_error=True, share=True)
|