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>",
|
@@ -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()
|
|
|
|
|
|