Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shriarul5273
/
demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
shriarul5273
commited on
14 days ago
Commit
7e04117
·
verified
·
1 Parent(s):
cc7052a
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+7
-0
app.py
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
import gradio as gr
2
+
3
+
demo = gr.load("shriarul5273/Kenyan_Food_Classification_Gradio",src="spaces",
4
+
hf_token=["HF_TOKEN"])
5
+
6
+
demo.launch(show_error=
7
+
True, share=True, debug=True)