Aiconvert commited on
Commit
5156ad0
β€’
1 Parent(s): 7b2746c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -4
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 Swapper App πŸ”„",
52
- description="πŸŒ€ This app allows you to swap faces between images. <br>➑️ Upload a source image and a destination image, and specify the positions of the faces you'd like to swap! <br>⚑️ Try it out quickly by using the examples below. <br>πŸ’‘ At [Dentro](https://dentro-innovation.com), we help you to discover, develop and implement AI within your organisation! <br>πŸ“– The original authors of the face swap model can be found [here](https://github.com/deepinsight/insightface/blob/master/examples/in_swapper/README.md).<br>❀️ Feel free to like or duplicate this space!",
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
+