Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
imageomics/bioclip-demo
Omega02gdfdd
/
BIOtest
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Omega02gdfdd
commited on
Dec 28, 2023
Commit
16fdcc8
·
1 Parent(s):
03c425a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -281,4 +281,4 @@ if __name__ == "__main__":
281
)
282
283
app.queue(max_size=20)
284
-
app.launch()
281
)
282
283
app.queue(max_size=20)
284
+
app.launch(
share=True
)