b15ff1a
1
2
3
4
5
6
7
8
9
10
import gradio as gr import os demo = gr.load( "Jyotheeshg/MajorMILO_V11", # Replace with your actual username/Space name src="spaces", hf_token=os.getenv("HF_TOKEN") ) demo.launch()