Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
junma
/
UniCell
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
junma
commited on
Dec 5, 2022
Commit
2088d61
·
1 Parent(s):
e179f4c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -101,5 +101,5 @@ unicell_api = gr.Interface(
101
examples=['demo.png', 'demo.tif']
102
)
103
104
-
unicell_api.launch(
share=True
)
105
101
examples=['demo.png', 'demo.tif']
102
)
103
104
+
unicell_api.launch()
105