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