Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ def swap_face(
|
|
118 |
|
119 |
|
120 |
# UI Components
|
121 |
-
TITLE = "
|
122 |
DESCRIPTION = """
|
123 |
Upload your source and target images to swap faces.
|
124 |
Optionally, use the face enhancer feature for HD Results.
|
|
|
118 |
|
119 |
|
120 |
# UI Components
|
121 |
+
TITLE = "Face Swap"
|
122 |
DESCRIPTION = """
|
123 |
Upload your source and target images to swap faces.
|
124 |
Optionally, use the face enhancer feature for HD Results.
|