Update app.py
Browse files
app.py
CHANGED
|
@@ -34,6 +34,7 @@ def swap_faces(sourceImage, sourceFaceIndex, destinationImage, destinationFaceIn
|
|
| 34 |
result = swapper.get(destinationImage, res_face, source_face, paste_back=True)
|
| 35 |
return result
|
| 36 |
|
|
|
|
| 37 |
gr.Interface(
|
| 38 |
|
| 39 |
swap_faces,
|
|
@@ -50,7 +51,7 @@ gr.Interface(
|
|
| 50 |
],
|
| 51 |
theme="syddharth/gray-minimal",
|
| 52 |
title="<h1 style='color: black; text-decoration: underline;'>AI Face Swapping - Free Face Swap</h1>",
|
| 53 |
-
description="<span
|
| 54 |
thumbnail='./examples/rihatcher.jpg',
|
| 55 |
css=" footer{display:none !important;}"
|
| 56 |
).launch()
|
|
|
|
| 34 |
result = swapper.get(destinationImage, res_face, source_face, paste_back=True)
|
| 35 |
return result
|
| 36 |
|
| 37 |
+
|
| 38 |
gr.Interface(
|
| 39 |
|
| 40 |
swap_faces,
|
|
|
|
| 51 |
],
|
| 52 |
theme="syddharth/gray-minimal",
|
| 53 |
title="<h1 style='color: black; text-decoration: underline;'>AI Face Swapping - Free Face Swap</h1>",
|
| 54 |
+
description="<span>● Swap faces with anyone in seconds - photos or AI images!,</span><br><span>● A gradio demo for <a href='https://aiconvert.online/ai-face-merge/' style='color: blue; text-decoration: none;'>Mergify's Ai Face Swap </a></span><br><span>● Full features and Multiple Face Swapping For Free with no limitations at at <a href='https://aiconvert.online' style='color: crimson; text-decoration: underline;'> <strong style='color: crimson;'>AIconvert.online</strong></a></span>",
|
| 55 |
thumbnail='./examples/rihatcher.jpg',
|
| 56 |
css=" footer{display:none !important;}"
|
| 57 |
).launch()
|