Text-to-Image / app.py
Jonny001's picture
Update app.py
710e318 verified
raw
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)