Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def swap_faces(source_image_path, target_image_path, enhance_face=True, enhance_
|
|
51 |
|
52 |
run_cli(cli_args)
|
53 |
|
54 |
-
return
|
55 |
|
56 |
demo = gr.Interface(
|
57 |
fn=swap_faces,
|
|
|
51 |
|
52 |
run_cli(cli_args)
|
53 |
|
54 |
+
return output_image_path
|
55 |
|
56 |
demo = gr.Interface(
|
57 |
fn=swap_faces,
|