Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
xhxhkxh
/
sdp
like
1
Runtime error
App
Files
Files
Community
811f076
sdp
/
app.py
xhxhkxh
Update app.py
811f076
over 1 year ago
raw
Copy download link
history
blame
145 Bytes
from
diffusers
import
DiffusionPipeline
import
gradio
as
gr
pipeline = DiffusionPipeline.from_pretrained(
"PublicPrompts/All-In-One-Pixel-Model"
)