Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
saritha
/
sugarcanedisease
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
saritha
commited on
Jan 1
Commit
22cf4ac
·
verified
·
1 Parent(s):
ea04b3d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -70,7 +70,7 @@ demo_app = gr.Interface(
70
theme="huggingface"
71
)
72
73
-
demo_app.launch(debug=True
, enable_queue=True
)
74
75
76
70
theme="huggingface"
71
)
72
73
+
demo_app.launch(debug=True)
74
75
76