Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
redfr
/
mem-cho
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0f28a3c
mem-cho
/
app.py
Blane187
Create app.py
0f28a3c
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
151 Bytes
import
gradio
as
gr
model =
"Blane187/memcho-s1-ponyxl-lora-nochekaiser"
demo = gr.load(model, src=
"models"
, theme=
"Blane187/fuchsia"
)
demo.launch()