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
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
434846f
Text-to-Image
/
app.py
Jonny001
Update app.py
434846f
verified
6 months ago
raw
Copy download link
history
blame
168 Bytes
import
gradio
as
gr
model = gr.load(
"models/Purz/face-projection"
)
interface = gr.Interface(
model,
theme=
"NoCrypt/miku"
,
debug=
True
)
interface.launch()