Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
knowledge-computing
/
HiCoTraj
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ginnyxxxxxxx
commited on
9 days ago
Commit
72051e8
·
1 Parent(s):
529e548
buttom
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -494,4 +494,4 @@ with gr.Blocks(title="HiCoTraj Demo", theme=gr.themes.Soft()) as app:
494
)
495
496
if __name__ == "__main__":
497
-
app.launch()
494
)
495
496
if __name__ == "__main__":
497
+
app.launch(
share=True
)