Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
John6666/t2i-demo-helper
Nymbo
/
t2i-demo-creator
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2bc3926
t2i-demo-creator
/
template
/
app.py
John6666
Upload 5 files
e29e7c3
verified
8 months ago
raw
Copy download link
history
blame
Safe
121 Bytes
import
gradio
as
gr
import
os
demo = gr.load(
"{repo_id}"
, src=
"models"
, hf_token=os.environ.get(
"HF_TOKEN"
)).launch()