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...
710e318
Text-to-Image
/
app.py
Jonny001
Update app.py
710e318
verified
6 months ago
raw
Copy download link
history
blame
162 Bytes
import
gradio
as
gr
theme=
"NoCrypt/miku"
text_imagen = gr.Interface.load(
"models/Purz/face-projection"
)
gr.Series(text_imagen, theme=theme).launch(debug=
True
)