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