DentroDevelopment commited on
Commit
e642415
Β·
verified Β·
1 Parent(s): 0d7f24f

Remove thumbnail as it throws errors

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,5 +50,5 @@ gr.Interface(
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://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'
54
  ).launch()
 
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://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'
54
  ).launch()