Spaces:
Runtime error
Runtime error
File size: 145 Bytes
b7635d9 |
1 2 3 4 |
import gradio as gr
import os
demo = gr.load("nevreal/stocking-anarchy-nochekaiser", src="models", hf_token=os.environ.get("HF_TOKEN")).launch()
|