Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kevincluo
/
leaf_classification
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kevincluo
commited on
Apr 30, 2023
Commit
b5716dc
·
1 Parent(s):
480bd3c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -27,4 +27,4 @@ interface = gr.Interface(
27
outputs="label"
28
)
29
30
-
interface.launch(
share=True,
debug=True)
27
outputs="label"
28
)
29
30
+
interface.launch(debug=True)