Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ iface = gr.Interface(
|
|
38 |
gr.inputs.Checkbox(default=False, label="Use only Face Enhancer")
|
39 |
],
|
40 |
outputs="image", # Change the output type to image
|
41 |
-
title="
|
42 |
description="Upload a target image/video and a source image to swap faces.",
|
43 |
live=True
|
44 |
)
|
|
|
38 |
gr.inputs.Checkbox(default=False, label="Use only Face Enhancer")
|
39 |
],
|
40 |
outputs="image", # Change the output type to image
|
41 |
+
title="Pixio Swap",
|
42 |
description="Upload a target image/video and a source image to swap faces.",
|
43 |
live=True
|
44 |
)
|