Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
innat
/
Global.Wheat.Detection.MaskRCNN
like
4
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
innat
commited on
Jan 1, 2023
Commit
7b36573
·
1 Parent(s):
d163640
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -132,4 +132,4 @@ iface = gr.Interface(
132
["examples/f5a1f0358.jpg"],
133
],
134
)
135
-
iface.launch()
132
["examples/f5a1f0358.jpg"],
133
],
134
)
135
+
iface.launch(
share=True
)