Spaces:
Sleeping
Sleeping
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()
|