Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
nevreal/nevreal-hitori-gotou-s1-ponyxl-lora-nochekaiser
nevproject
/
lizzy
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2f47cf9
lizzy
/
app.py
nevreal
Update app.py
2f47cf9
verified
11 months ago
raw
Copy download link
history
blame
Safe
195 Bytes
import
gradio
as
gr
import
os
repo =
"nevreal/hitori-gotou-s1-ponyxl-lora-nochekaiser"
# modify this
demo = gr.load(repo, src=
"models"
, hf_token=os.environ.get(
"HF_TOKEN"
)).launch()
demo.launch()