Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dnth
/
webdemo-microalgae-counting
like
6
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dnth
commited on
May 17, 2022
Commit
fc2a7a5
·
1 Parent(s):
667d2da
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -37,4 +37,4 @@ gr_interface = gr.Interface(
37
examples=examples,
38
theme="dark-grass",
39
)
40
-
gr_interface.launch()
37
examples=examples,
38
theme="dark-grass",
39
)
40
+
gr_interface.launch(
share=True
)