Jonny001 commited on
Commit
6fbc1c9
1 Parent(s): 434846f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -4,6 +4,8 @@ model = gr.load("models/Purz/face-projection")
4
 
5
  interface = gr.Interface(
6
  model,
 
 
7
  theme="NoCrypt/miku",
8
  debug=True
9
  )
 
4
 
5
  interface = gr.Interface(
6
  model,
7
+ inputs=gr.Textbox(label="Type your imagination:"),
8
+ outputs=gr.Image(label="Gen Image"),
9
  theme="NoCrypt/miku",
10
  debug=True
11
  )