Aiconvert commited on
Commit
d20992e
·
verified ·
1 Parent(s): cb2b2db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -46,8 +46,8 @@ gr.Interface(
46
  ],
47
  gr.Image(),
48
  examples=[
49
- ['./examples/rihanna.jpg', './examples/margaret_thatcher.jpg'],
50
- ['./examples/game_of_thrones.jpg','./examples/game_of_thrones.jpg'],
51
  ],
52
  theme="syddharth/gray-minimal",
53
  title="<h1 style='color: black; text-decoration: underline;'>AI Face Swapping - Free Face Swap</h1>",
 
46
  ],
47
  gr.Image(),
48
  examples=[
49
+ ['./examples/rihanna.jpg',1, './examples/margaret_thatcher.jpg',1],
50
+ ['./examples/game_of_thrones.jpg',1,'./examples/game_of_thrones.jpg',1],
51
  ],
52
  theme="syddharth/gray-minimal",
53
  title="<h1 style='color: black; text-decoration: underline;'>AI Face Swapping - Free Face Swap</h1>",