Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
project21
/
PlantDr-Sugarcane
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
project21
commited on
Nov 6, 2024
Commit
8bf7478
·
verified
·
1 Parent(s):
6b32518
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -253,4 +253,4 @@ gr_interface = gr.Interface(
253
)
254
255
# Launch the Gradio app
256
-
gr_interface.launch()
253
)
254
255
# Launch the Gradio app
256
+
gr_interface.launch(
debug=True
)