Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ADI2005
/
foodvision_mini_aditya
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ADI2005
commited on
Jun 3, 2024
Commit
2aabebd
·
verified
·
1 Parent(s):
b64e686
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -68,4 +68,4 @@ demo = gr.Interface(fn=predict, # maps inputs to outputs
68
article=article)
69
70
# Launch the demo!
71
-
demo.launch()
68
article=article)
69
70
# Launch the demo!
71
+
demo.launch(
debug=False
)