weepakistan commited on
Commit
bad60b3
·
verified ·
1 Parent(s): fe481bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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 NSFW Face Swap & API</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><h2><br /><strong>For fast bulk swap and API visit:</strong>&nbsp;<a href="https://picfy.xyz/" target="_blank" rel="noopener">https://picfy.xyz/</a><br /> <strong>Support me USDT (TRC-20): TAe7hsSVWtMEYz3G5V1UiUdYPQVqm28bKx</h2></div><br>Start Face Swap SaaS on WordPress:</strong>&nbsp;<a href="https://www.codester.com/aheed/" target="_blank" rel="noopener">https://www.codester.com/aheed/</a>'
 
69
 
70
  app = gr.Blocks()
71
 
@@ -78,4 +79,4 @@ with app:
78
  outputs="image"
79
  )
80
 
81
- app.launch()
 
65
 
66
 
67
  html_section_1 = "<div><h1>Welcome to the NSFW Face Swap & API</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><h2><br/><strong>For free bulk swap visit:</strong>&nbsp;<a href="https://picfy.xyz/swap" target="_blank" rel="noopener">https://picfy.xyz/swap</a><br/>
69
+ <strong>For Paid fast bulk swap and API visit:</strong>&nbsp;<a href="https://picfy.xyz/" target="_blank" rel="noopener">https://picfy.xyz/</a><br/> <strong>Support me USDT (TRC-20): TAe7hsSVWtMEYz3G5V1UiUdYPQVqm28bKx</h2></div><br>Start Face Swap SaaS on WordPress:</strong>&nbsp;<a href="https://www.codester.com/aheed/" target="_blank" rel="noopener">https://www.codester.com/aheed/</a>'
70
 
71
  app = gr.Blocks()
72
 
 
79
  outputs="image"
80
  )
81
 
82
+ app.launch()