Hugging Face
Models
Datasets
Spaces
Posts
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...
main
lizzy
/
app.py
nevreal
Update app.py
4902eaf
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
167 Bytes
import
gradio
as
gr
import
os
repo =
"nevreal/lizzy"
# modify this
demo = gr.load(repo, src=
"models"
, hf_token=os.environ.get(
"HF_TOKEN"
), title=
"lizzy"
)
demo.launch()