weepakistan commited on
Commit
a988c8b
·
verified ·
1 Parent(s): 497d320

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ 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.</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.<br>Fo fast and bulk processing contact me WhatsApp: +92-332-4399819 Email: [email protected]</p></div>"
69
 
70
  app = gr.Blocks()
71