Spaces:
Runtime error
Runtime error
donations
Browse files
app.py
CHANGED
|
@@ -6,6 +6,11 @@ wellcomingMessage = """
|
|
| 6 |
<h1>Face Swapping</h1>
|
| 7 |
<p>If you like this app, plase take a look at my <a href="https://www.meetup.com/tech-web3-enthusiasts-united-insightful-conversations/" target="_blank">Meetup Group</a>! There will be more interesting apps and events soon.</p>
|
| 8 |
<p>Happy <span style="font-size:500%;color:red;">♥</span> coding!</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
"""
|
| 10 |
|
| 11 |
assert insightface.__version__>='0.7'
|
|
|
|
| 6 |
<h1>Face Swapping</h1>
|
| 7 |
<p>If you like this app, plase take a look at my <a href="https://www.meetup.com/tech-web3-enthusiasts-united-insightful-conversations/" target="_blank">Meetup Group</a>! There will be more interesting apps and events soon.</p>
|
| 8 |
<p>Happy <span style="font-size:500%;color:red;">♥</span> coding!</p>
|
| 9 |
+
<p style="color: grey;">🚀 Love my Face-Swapping Fun? Support Me with Crypto</p>
|
| 10 |
+
<ul style="color: grey; font-family: 'Times New Roman', Times, serif;">
|
| 11 |
+
<li>BTC: 1MhR1TDqnEhgsHkWcrJtSj7vaNygupxn6G</li>
|
| 12 |
+
<li>ETH: 0x0459620D616C6D827603d43539519FA320B831c2</li>
|
| 13 |
+
</ul>
|
| 14 |
"""
|
| 15 |
|
| 16 |
assert insightface.__version__>='0.7'
|