Spaces:
Running
Running
Update app.py
Browse files
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
|
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 |
|