Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shukurullo2004
/
food_vision_mini
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
shukurullo2004
commited on
Mar 20, 2024
Commit
86327ee
·
verified
·
1 Parent(s):
8e8421e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -74,4 +74,4 @@ demo = gr.Interface(fn=predict, # mapping function from input to output
74
article=article)
75
76
# Launch the demo!
77
-
demo.launch()
74
article=article)
75
76
# Launch the demo!
77
+
demo.launch(
debug=False
)