File size: 154 Bytes
99cb091
5b1df93
 
 
99cb091
cc156b1
99cb091
 
1
2
3
4
5
6
7
8
9
import gradio as gr
import os

demo = gr.load("AI-Manith/test-backend", src="spaces", hf_token=os.environ.get("HUGGING_FACE_HUB_TOKEN"))



demo.launch()