Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
satish860
/
Food_classifier
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
satish860
commited on
Aug 8, 2022
Commit
3a9d23f
·
1 Parent(s):
8f787c5
added launch back
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -23,5 +23,6 @@ demo=gr.Interface(fn=predict,
23
article=article,
24
examples=examples
25
)
26
27
23
article=article,
24
examples=examples
25
)
26
+
demo.launch()
27
28