Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
KZAS99
/
foodvision_mini
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
K-ZAS
commited on
Nov 4, 2024
Commit
cf5aa54
·
1 Parent(s):
789ae00
Remove share option
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -75,4 +75,4 @@ demo = gr.Interface(fn=predict, # mapping function from input to output
75
article=article)
76
77
# Launch the demo!
78
-
demo.launch(
share=True
)
75
article=article)
76
77
# Launch the demo!
78
+
demo.launch()