Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ gr.Interface(
|
|
47 |
['./examples/rihanna.jpg', 1, './examples/margaret_thatcher.jpg', 3],
|
48 |
['./examples/game_of_thrones.jpg', 5, './examples/game_of_thrones.jpg', 4],
|
49 |
],
|
50 |
-
theme=
|
51 |
title="Face Swapper App π",
|
52 |
description="π This app allows you to swap faces between images. <br>β‘οΈ Upload a source image and a destination image, and specify the positions of the faces you'd like to swap! <br>β‘οΈ Try it out quickly by using the examples below. <br>π‘ At [Dentro](https://dentro-innovation.com), we help you to discover, develop and implement AI within your organisation! <br>π The original authors of the face swap model can be found [here](https://github.com/deepinsight/insightface/blob/master/examples/in_swapper/README.md).<br>β€οΈ Feel free to like or duplicate this space!",
|
53 |
thumbnail='./examples/rihatcher.jpg'
|
|
|
47 |
['./examples/rihanna.jpg', 1, './examples/margaret_thatcher.jpg', 3],
|
48 |
['./examples/game_of_thrones.jpg', 5, './examples/game_of_thrones.jpg', 4],
|
49 |
],
|
50 |
+
theme="syddharth/gray-minimal",
|
51 |
title="Face Swapper App π",
|
52 |
description="π This app allows you to swap faces between images. <br>β‘οΈ Upload a source image and a destination image, and specify the positions of the faces you'd like to swap! <br>β‘οΈ Try it out quickly by using the examples below. <br>π‘ At [Dentro](https://dentro-innovation.com), we help you to discover, develop and implement AI within your organisation! <br>π The original authors of the face swap model can be found [here](https://github.com/deepinsight/insightface/blob/master/examples/in_swapper/README.md).<br>β€οΈ Feel free to like or duplicate this space!",
|
53 |
thumbnail='./examples/rihatcher.jpg'
|