prithivMLmods commited on
Commit
b7e9f17
·
verified ·
1 Parent(s): 7f752aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -67,8 +67,8 @@ def swap_face(source_file, target_file, doFaceEnhancer):
67
 
68
 
69
  app = gr.Interface(
70
- fn=swap_face,
71
- inputs=[gr.Image(), gr.Image(), gr.Checkbox(label="face_enhancer?", info="do face enhancer?")],
72
  outputs="image"
73
  )
74
 
 
67
 
68
 
69
  app = gr.Interface(
70
+ fn=swap_face,
71
+ inputs=[gr.Image(), gr.Image(), gr.Checkbox(label="face_enhancer?", info="do face enhancer?")],
72
  outputs="image"
73
  )
74