Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Jonny001/Text-to-Image
ductai05
/
Text-to-Image
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b151ca8
Text-to-Image
/
app.py
Jonny001
Update app.py
b151ca8
verified
6 months ago
raw
Copy download link
history
blame
164 Bytes
import
gradio
as
gr
theme=
"NoCrypt/miku"
text_imagen = gr.Interface.load(
"models/Purz/face-projection"
)
text_imagen.launch(text_imagen, theme=theme, debug=
True
)