change dentro domain
Browse files
app.py
CHANGED
@@ -49,6 +49,6 @@ gr.Interface(
|
|
49 |
],
|
50 |
theme=gr.themes.Base(),
|
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://
|
53 |
# thumbnail='./examples/rihatcher.jpg'
|
54 |
).launch()
|
|
|
49 |
],
|
50 |
theme=gr.themes.Base(),
|
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://dentroai.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'
|
54 |
).launch()
|