AdityA36912355 commited on
Commit
89a02c6
·
verified ·
1 Parent(s): b182663

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ demo = gr.Interface(
56
  fn=swap_faces,
57
  inputs=[
58
  gr.Image(type="filepath"),
59
- gr.Video(),
60
  gr.Checkbox(label="Enhance Face", value=True),
61
  gr.Checkbox(label="Enhance Frame", value=True),
62
  ],
 
56
  fn=swap_faces,
57
  inputs=[
58
  gr.Image(type="filepath"),
59
+ gr.Video(source="upload"),
60
  gr.Checkbox(label="Enhance Face", value=True),
61
  gr.Checkbox(label="Enhance Frame", value=True),
62
  ],