Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AItool
/
SD_turbo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
SD_turbo
/
app.py
AItool
Create app.py
c94bb9b
verified
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
80 Bytes
import
gradio
as
gr
gr.load(
"models/stabilityai/sd-turbo"
).launch(
'share=True'
)