victorisgeek commited on
Commit
5cfa2eb
·
verified ·
1 Parent(s): 4bc57d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def swapped_image(image):
12
  return swapped_image
13
 
14
  # Create Gradio interface
15
- iface = gr.Interface(fn=swap_faces,
16
  inputs="image",
17
  outputs="image",
18
  title="Face Swapping",
 
12
  return swapped_image
13
 
14
  # Create Gradio interface
15
+ iface = gr.Interface(fn=swap_image,
16
  inputs="image",
17
  outputs="image",
18
  title="Face Swapping",