Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ gr.Interface(
|
|
40 |
gr.Image(label="Source Image (the image with the face that you want to use)"),
|
41 |
gr.Number(precision=0, value=1, label='Source Face Position', info='In case there are multiple faces on the image specify which should be used from the left, starting at 1', visible=False,),
|
42 |
gr.Image(label="Destination Image (the image with the face that you want to replace)"),
|
43 |
-
gr.Number(precision=0, value=1, label='Destination Face Position', info='In case there are multiple faces on the image specify which should be replaced from the left, starting at 1')
|
44 |
],
|
45 |
gr.Image(),
|
46 |
examples=[
|
@@ -48,7 +48,10 @@ gr.Interface(
|
|
48 |
['./examples/game_of_thrones.jpg', 5, './examples/game_of_thrones.jpg', 4],
|
49 |
],
|
50 |
theme="syddharth/gray-minimal",
|
51 |
-
title="Face
|
52 |
-
description="
|
53 |
-
thumbnail='./examples/rihatcher.jpg'
|
|
|
54 |
).launch()
|
|
|
|
|
|
40 |
gr.Image(label="Source Image (the image with the face that you want to use)"),
|
41 |
gr.Number(precision=0, value=1, label='Source Face Position', info='In case there are multiple faces on the image specify which should be used from the left, starting at 1', visible=False,),
|
42 |
gr.Image(label="Destination Image (the image with the face that you want to replace)"),
|
43 |
+
gr.Number(precision=0, value=1, label='Destination Face Position', info='In case there are multiple faces on the image specify which should be replaced from the left, starting at 1' ,visible=False,)
|
44 |
],
|
45 |
gr.Image(),
|
46 |
examples=[
|
|
|
48 |
['./examples/game_of_thrones.jpg', 5, './examples/game_of_thrones.jpg', 4],
|
49 |
],
|
50 |
theme="syddharth/gray-minimal",
|
51 |
+
title="<span style='color: black; text-decoration: underline;'>Ai Face Swapping - DeepSwap</span>",
|
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> β 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>",
|
53 |
+
thumbnail='./examples/rihatcher.jpg',
|
54 |
+
css=" footer{display:none !important;}"
|
55 |
).launch()
|
56 |
+
|
57 |
+
|