Aiconvert commited on
Commit
1905640
1 Parent(s): ee0cf70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -3
app.py CHANGED
@@ -37,13 +37,17 @@ gr.Interface(
37
  ],
38
  gr.Image(),
39
  examples=[
40
- ['./examples/rihanna.jpg', './examples/margaret_thatcher.jpg'],
41
- ['./examples/game_of_thrones.jpg', './examples/game_of_thrones.jpg'],
 
 
 
 
42
  ],
43
  theme="syddharth/gray-minimal",
44
  title="<h1 style='color: black; text-decoration: underline;'>AI Face Swapping - Free Face Swap</h1>",
45
  description="<span>● Experience the power of Ai Reface with Mergify.,</span><br><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 <a href='https://aiconvert.online' style='color: crimson; text-decoration: underline;'>Aiconvert.online</a></span>",
46
- thumbnail='./examples/rihatcher.jpg',
47
  css=" footer{display:none !important;}"
48
  ).launch()
49
 
 
37
  ],
38
  gr.Image(),
39
  examples=[
40
+ ['./examples/IMG-a.jpg', './examples/IMG-a1.jpg'],
41
+ ['./examples/IMG-b.jpg', './examples/IMG-b1.jpg'],
42
+ ['./examples/IMG-c.jpg', './examples/IMG-c1.jpg'],
43
+ ['./examples/IMG-d.jpg', './examples/IMG-d1.jpg'],
44
+ ['./examples/IMG-a.jpg', './examples/IMG-a2.jpg'],
45
+ ['./examples/IMG-b1.jpg', './examples/IMG-b11.jpg'],
46
  ],
47
  theme="syddharth/gray-minimal",
48
  title="<h1 style='color: black; text-decoration: underline;'>AI Face Swapping - Free Face Swap</h1>",
49
  description="<span>● Experience the power of Ai Reface with Mergify.,</span><br><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 <a href='https://aiconvert.online' style='color: crimson; text-decoration: underline;'>Aiconvert.online</a></span>",
50
+
51
  css=" footer{display:none !important;}"
52
  ).launch()
53