Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
matt0017
/
FoodVisionMini_video
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
matt0017
commited on
Jan 27
Commit
3604e55
·
verified
·
1 Parent(s):
a3d8cdf
removing demo.launch() arguments
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -47,5 +47,4 @@ demo = gr.Interface(fn=predict,
47
title=title,
48
description=description,
49
article=article)
50
-
demo.launch(
debug=False,
51
-
share=True)
47
title=title,
48
description=description,
49
article=article)
50
+
demo.launch(
)