Update app.py
Browse files
app.py
CHANGED
@@ -46,8 +46,8 @@ gr.Interface(
|
|
46 |
],
|
47 |
gr.Image(),
|
48 |
examples=[
|
49 |
-
['./examples/rihanna.jpg',
|
50 |
-
['./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', './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>",
|