Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -74,8 +74,8 @@ def swap_face(source_input, target_input, source_url, target_url, doFaceEnhancer
|
|
74 |
start()
|
75 |
return output_path
|
76 |
|
77 |
-
html_section_1 = "<div><h1>Welcome
|
78 |
-
html_section_2 = '<div><p>Upload your source and target images to swap faces. Optionally, use the face enhancer feature for
|
79 |
|
80 |
app = gr.Blocks()
|
81 |
|
|
|
74 |
start()
|
75 |
return output_path
|
76 |
|
77 |
+
html_section_1 = "<div><h1>Welcome Face Swap</h1></div>"
|
78 |
+
html_section_2 = '<div><p>Upload your source and target images to swap faces. Optionally, use the face enhancer feature for better results.</p><h2><br /><strong>For bulk swap visit:</strong> <a href="https://picfy.xyz/swap" target="_blank" rel="noopener">https://picfy.xyz/swap</a><br /> <strong>Support me USDT (TRC-20): TAe7hsSVWtMEYz3G5V1UiUdYPQVqm28bKx</h2></div><br>Start Face Swap SaaS on WordPress:</strong> <a href="https://www.codester.com/aheed/" target="_blank" rel="noopener">https://www.codester.com/aheed/</a>'
|
79 |
|
80 |
app = gr.Blocks()
|
81 |
|