Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ iface = gr.Interface(
|
|
33 |
gr.inputs.Checkbox(default=False, label="Use only Face Enhancer") # New checkbox input
|
34 |
],
|
35 |
outputs="file",
|
36 |
-
title="
|
37 |
description="Upload a target image/video and a source image to swap faces.",
|
38 |
live=True
|
39 |
)
|
|
|
33 |
gr.inputs.Checkbox(default=False, label="Use only Face Enhancer") # New checkbox input
|
34 |
],
|
35 |
outputs="file",
|
36 |
+
title="DOPPELGANGER",
|
37 |
description="Upload a target image/video and a source image to swap faces.",
|
38 |
live=True
|
39 |
)
|