Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
project21/ProjectDr-Apple
project21
/
PlantDr-Apple
like
0
Sleeping
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
project21
commited on
Nov 26, 2024
Commit
56ed9cf
·
verified
·
1 Parent(s):
8d3ebc4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -167,4 +167,4 @@ gr_interface = gr.Interface(
167
)
168
169
# Launch the Gradio app
170
-
gr_interface.launch()
167
)
168
169
# Launch the Gradio app
170
+
gr_interface.launch(
debug=True
)