Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Hanene2030
/
foodvision-mini
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Hanene2030
commited on
Dec 31, 2023
Commit
afcdc7f
·
1 Parent(s):
11edf28
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -65,7 +65,6 @@ demo = gr.Interface(fn=predict,
65
article=article)
66
67
# Launch the demo!
68
-
demo.launch(debug=False
,
69
-
share=True)#72H
70
71
65
article=article)
66
67
# Launch the demo!
68
+
demo.launch(debug=False
)
69
70