nsfwalex commited on
Commit
e6a9f65
1 Parent(s): a9d338a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ app = gr.Blocks()
116
  with app:
117
  gr.Interface(
118
  fn=swap_face,
119
- inputs=[gr.Image(visible=False), gr.Image(visible=False), gr.Checkbox(label="face_enhancer?", info="do face enhancer?"), gr.Textbox(visible=False)],
120
  outputs="image"
121
  )
122
 
 
116
  with app:
117
  gr.Interface(
118
  fn=swap_face,
119
+ inputs=[gr.Image(), gr.Image(), gr.Checkbox(label="face_enhancer?", info="do face enhancer?"), gr.Text(visible=False)],
120
  outputs="image"
121
  )
122