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

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', 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>",
 
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>",