Spaces:
Runtime error
Runtime error
MarkoVidrih
commited on
Commit
•
aa93343
1
Parent(s):
38a67b0
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,6 @@ iface = gr.Interface(
|
|
33 |
gr.inputs.Checkbox(default=False, label="Use only Face Enhancer") # New checkbox input
|
34 |
],
|
35 |
outputs="file",
|
36 |
-
title="Face swapper",
|
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 |
description="Upload a target image/video and a source image to swap faces.",
|
37 |
live=True
|
38 |
)
|