Spaces:
Sleeping
Sleeping
File size: 291 Bytes
7e04117 2ac9ef7 7e04117 2ac9ef7 7e04117 2ac9ef7 |
1 2 3 4 5 6 7 8 9 |
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) |