Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mayer21
/
text_to_image2
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
text_to_image2
/
app.py
Mayer21
Create app.py
06945d3
about 3 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
88 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/stabilityai/stable-diffusion-2"
).launch()