Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Shriharsh
/
Food_Vision_101
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Shriharsh
commited on
Jan 12, 2024
Commit
099ae9a
·
verified
·
1 Parent(s):
1179b7c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -82,5 +82,5 @@ demo = gr.Interface(
82
)
83
84
# Launch the app!
85
-
demo.launch(
share=False
)
86
82
)
83
84
# Launch the app!
85
+
demo.launch()
86