Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nevreal
/
stocking-anarchy
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b7635d9
stocking-anarchy
/
app (1).py
nevreal
Upload 2 files
b7635d9
verified
6 months ago
raw
Copy download link
history
blame
Safe
145 Bytes
import
gradio
as
gr
import
os
demo = gr.load(
"nevreal/stocking-anarchy-nochekaiser"
, src=
"models"
, hf_token=os.environ.get(
"HF_TOKEN"
)).launch()