shriarul5273 commited on
Commit
7e04117
·
verified ·
1 Parent(s): cc7052a

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py ADDED
@@ -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)