Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ iface = gr.Interface(
|
|
26 |
outputs="files",
|
27 |
title="Face swapper",
|
28 |
description="Upload a target image/video and a source image to swap faces.",
|
29 |
-
live=
|
30 |
)
|
31 |
|
32 |
iface.launch()
|
|
|
26 |
outputs="files",
|
27 |
title="Face swapper",
|
28 |
description="Upload a target image/video and a source image to swap faces.",
|
29 |
+
live=False
|
30 |
)
|
31 |
|
32 |
iface.launch()
|