Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jays009
/
fall_armyworm_detection
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jays009
commited on
Jan 9
Commit
43716ce
·
verified
·
1 Parent(s):
51c3431
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -62,4 +62,4 @@ iface = gr.Interface(
62
)
63
64
# Launch the Gradio interface
65
-
iface.launch()
62
)
63
64
# Launch the Gradio interface
65
+
iface.launch(
share=True
)