Update app.py
Browse files
app.py
CHANGED
|
@@ -35,6 +35,7 @@ def swap_faces(sourceImage, sourceFaceIndex, destinationImage, destinationFaceIn
|
|
| 35 |
return result
|
| 36 |
|
| 37 |
gr.Interface(
|
|
|
|
| 38 |
swap_faces,
|
| 39 |
[
|
| 40 |
gr.Image(label="Source Image (the image with the face that you want to use)"),
|
|
@@ -48,10 +49,11 @@ gr.Interface(
|
|
| 48 |
['./examples/game_of_thrones.jpg', 5, './examples/game_of_thrones.jpg', 4],
|
| 49 |
],
|
| 50 |
theme="syddharth/gray-minimal",
|
| 51 |
-
title="<
|
| 52 |
-
description="● Swap faces with anyone in seconds - photos or AI images!,● A gradio demo for <a href='https://aiconvert.online/ai-face-merge/' style='color: blue; text-decoration: none;'>Mergify's Ai Face Swap </a>
|
| 53 |
thumbnail='./examples/rihatcher.jpg',
|
| 54 |
css=" footer{display:none !important;}"
|
| 55 |
).launch()
|
| 56 |
|
| 57 |
|
|
|
|
|
|
| 35 |
return result
|
| 36 |
|
| 37 |
gr.Interface(
|
| 38 |
+
|
| 39 |
swap_faces,
|
| 40 |
[
|
| 41 |
gr.Image(label="Source Image (the image with the face that you want to use)"),
|
|
|
|
| 49 |
['./examples/game_of_thrones.jpg', 5, './examples/game_of_thrones.jpg', 4],
|
| 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 ● Swap faces with anyone in seconds - photos or AI images!,</span><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><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>",
|
| 54 |
thumbnail='./examples/rihatcher.jpg',
|
| 55 |
css=" footer{display:none !important;}"
|
| 56 |
).launch()
|
| 57 |
|
| 58 |
|
| 59 |
+
|