Jonny001's picture
Update app.py
8a42a65 verified
raw
history blame
376 Bytes
import gradio as gr
title="Text To Image",
theme="NoCrypt/miku",
description="Sorry for the inconvenience. The model is currently running on the CPU, which might affect performance. We appreciate your understanding."
text_imagen = gr.Interface.load("models/Purz/face-projection")
gr.Series(text_imagen, title=title, theme=theme, description=description).launch(debug=True)