Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
mygyasir/digiplay-DreamShaper_8
mygyasir
/
Stable-Diffusion-Fast
like
2
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
1cc6cd7
Stable-Diffusion-Fast
/
app.py
mygyasir
Update app.py
1cc6cd7
over 1 year ago
raw
Copy download link
history
blame
Safe
165 Bytes
import
gradio
as
gr
interface = gr.Interface.load(
"models/digiplay/DreamShaper_8"
, title=
"AI ART CREATOR"
)
interface.queue(concurrency_count=
15
)
interface.launch()