demo / app.py
shriarul5273's picture
Update app.py
2ac9ef7 verified
raw
history blame contribute delete
291 Bytes
import gradio as gr
import os
# Replace this with your token or ensure it's set in your environment
HF_TOKEN = os.environ.get("HF_TOKEN")
demo = gr.load("shriarul5273/Kenyan_Food_Classification_Gradio", src="spaces", hf_token=HF_TOKEN)
demo.launch(show_error=True, share=True, debug=True)