Spaces:
Running
Running
Commit ·
c942daf
1
Parent(s): 5b59542
cot
Browse files
app.py
CHANGED
|
@@ -940,4 +940,4 @@ with gr.Blocks(title="HiCoTraj Demo") as app:
|
|
| 940 |
outputs=[raw_out, show_all_btn]
|
| 941 |
)
|
| 942 |
|
| 943 |
-
app.launch(show_error=True, theme=gr.themes.Soft())
|
|
|
|
| 940 |
outputs=[raw_out, show_all_btn]
|
| 941 |
)
|
| 942 |
|
| 943 |
+
app.launch(show_error=True, share=True, theme=gr.themes.Soft())
|