Spaces:
Running
Running
Last commit not found
import gradio as gr | |
import os | |
demo = gr.load("{repo_id}", src="models", hf_token=os.environ.get("HF_TOKEN")).launch() | |