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