Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Yudsky
/
pest-detection
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Yudsky
commited on
Oct 10, 2024
Commit
4280490
·
verified
·
1 Parent(s):
4551831
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -50,4 +50,4 @@ interface_image = gr.Interface(
50
)
51
52
# Step 5: Launch the interface
53
-
interface_image.launch()
50
)
51
52
# Step 5: Launch the interface
53
+
interface_image.launch(
share=True
)