nsfwalex commited on
Commit
3df5ae2
1 Parent(s): 1dfa7c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ app = gr.Blocks()
109
  with app:
110
  gr.Interface(
111
  fn=swap_face,
112
- inputs=[gr.Image(visible=False), gr.Image(visible=False), gr.Checkbox(label="face_enhancer?", info="do face enhancer?"), gr.TextBox(visible=False)],
113
  outputs="image"
114
  )
115
 
 
109
  with app:
110
  gr.Interface(
111
  fn=swap_face,
112
+ inputs=[gr.Image(visible=False), gr.Image(visible=False), gr.Checkbox(label="face_enhancer?", info="do face enhancer?"), gr.Textbox(visible=False)],
113
  outputs="image"
114
  )
115