Aiconvert commited on
Commit
d99e673
·
verified ·
1 Parent(s): c0d77bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -46,8 +46,8 @@ gr.Interface(
46
  ],
47
  gr.Image(),
48
  examples=[
49
- ['./examples/rihanna.jpg', 1, './examples/margaret_thatcher.jpg', 3],
50
- ['./examples/game_of_thrones.jpg', 5, './examples/game_of_thrones.jpg', 4],
51
  ],
52
  theme="syddharth/gray-minimal",
53
  title="<h1 style='color: black; text-decoration: underline;'>AI Face Swapping - Free Face Swap</h1>",
@@ -55,6 +55,3 @@ gr.Interface(
55
  thumbnail='./examples/rihatcher.jpg',
56
  css=" footer{display:none !important;}"
57
  ).launch()
58
-
59
-
60
-
 
46
  ],
47
  gr.Image(),
48
  examples=[
49
+ ['./examples/rihanna.jpg', None, './examples/margaret_thatcher.jpg', None],
50
+ ['./examples/game_of_thrones.jpg', None, './examples/game_of_thrones.jpg', None],
51
  ],
52
  theme="syddharth/gray-minimal",
53
  title="<h1 style='color: black; text-decoration: underline;'>AI Face Swapping - Free Face Swap</h1>",
 
55
  thumbnail='./examples/rihatcher.jpg',
56
  css=" footer{display:none !important;}"
57
  ).launch()