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()