Jonny001 commited on
Commit
597de6a
·
verified ·
1 Parent(s): 381e724

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ with app:
86
  gr.HTML(html_section_3)
87
  gr.Interface(
88
  fn=swap_face,
89
- inputs=[gr.Image(), gr.Image(), gr.Checkbox(label="face_enhancer?", info="do face enhancer?")],
90
  outputs="image"
91
  )
92
 
 
86
  gr.HTML(html_section_3)
87
  gr.Interface(
88
  fn=swap_face,
89
+ inputs=[gr.Image(), gr.Image(), gr.Checkbox(label="Enhance", info="Face Enhancer")],
90
  outputs="image"
91
  )
92