Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Shriharsh
/
Food_Vision_101
like
0
Runtime error
App
Files
Files
Community
Shriharsh
commited on
Oct 21, 2023
Commit
b94a341
•
1 Parent(s):
d6339f1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -82,4 +82,4 @@ demo = gr.Interface(
82
)
83
84
# Launch the app!
85
-
demo.launch()
82
)
83
84
# Launch the app!
85
+
demo.launch(
share=True
)