Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
theaiinstitute
/
theia
like
10
Running
on
Zero
App
Files
Files
Fetching metadata from the HF Docker repository...
bmay
commited on
5 days ago
Commit
2891e72
·
verified
·
1 Parent(s):
78ce8aa
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -90,4 +90,4 @@ with gr.Blocks() as demo:
90
)
91
92
demo.queue()
93
-
demo.launch()
90
)
91
92
demo.queue()
93
+
demo.launch(
share=True
)