Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
meet512
/
food-detection-api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
meet512
commited on
Feb 26
Commit
44dc6e6
·
verified
·
1 Parent(s):
02b943c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -43,4 +43,4 @@ iface = gr.Interface(
43
44
# Run Gradio App
45
if __name__ == "__main__":
46
-
iface.launch(
share=True
)
43
44
# Run Gradio App
45
if __name__ == "__main__":
46
+
iface.launch()