File size: 142 Bytes
012eaf4
010aeed
 
4caa66d
012eaf4
fc5abda
010aeed
 
 
 
1
2
3
4
5
6
7
8
9
10
import os
import gradio as gr

HF_TOKEN1 = os.getenv("hf_token")

gr.load(name="omar87/MOE5",hf_token=HF_TOKEN1,src="spaces").launch()