weepakistan commited on
Commit
0439879
·
verified ·
1 Parent(s): 097e553

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -65,7 +65,8 @@ def swap_face(source_file, target_file, doFaceEnhancer):
65
 
66
 
67
  html_section_1 = "<div><h1>Welcome to the Face Swap App</h1></div>"
68
- html_section_2 = "<div><p>Upload your source and target images to swap faces. Optionally, use the face enhancer feature.<br>Fo fast and bulk processing contact me WhatsApp: +92-332-4399819 Email: [email protected]<br> Support me: https://wee.gumroad.com/coffee</p></div>"
 
69
 
70
  app = gr.Blocks()
71
 
 
65
 
66
 
67
  html_section_1 = "<div><h1>Welcome to the Face Swap App</h1></div>"
68
+ html_section_2 = "<div><p>Upload your source and target images to swap faces. Optionally, use the face enhancer feature for HD Results.</p>
69
+ <p><br /><strong>For fast and bulk Swap:</strong>&nbsp;<a href="https://swap.picfy.net/" target="_blank" rel="noopener">https://swap.picfy.net/</a><br /> <strong>Support me:</strong> <a href="https://wee.gumroad.com/coffee" target="_blank" rel="noopener">https://wee.gumroad.com/coffee</a></p></div>"
70
 
71
  app = gr.Blocks()
72