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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ subprocess.run(["pip", "install", "gradio"])
7
  import gradio as gr
8
 
9
  # Define your face swapping function here
10
- def swap_faces(image):
11
  # Your face swapping logic here
12
  return swapped_image
13
 
 
7
  import gradio as gr
8
 
9
  # Define your face swapping function here
10
+ def swapped_image(image):
11
  # Your face swapping logic here
12
  return swapped_image
13