MOEc / app.py
omar87's picture
Update app.py
4caa66d
raw
history blame contribute delete
142 Bytes
import os
import gradio as gr
HF_TOKEN1 = os.getenv("hf_token")
gr.load(name="omar87/MOE5",hf_token=HF_TOKEN1,src="spaces").launch()