Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
manasuma
/
FoodClassificationViT
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
manasuma
commited on
Jan 6, 2023
Commit
41a45aa
·
1 Parent(s):
1afc0d9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -66,4 +66,4 @@ demo = gr.Interface(
66
)
67
68
# Launch the app!
69
-
demo.launch()
66
)
67
68
# Launch the app!
69
+
demo.launch(
inline=False
)