File size: 389 Bytes
66b0cef
 
d1ae3f8
 
 
8a42a65
d1ae3f8
8a42a65
d1ae3f8
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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")

text_imagen.launch(
    title=title, 
    theme=theme, 
    description=description, 
    debug=True
)