Spaces:
Runtime error
Runtime error
donations
Browse files
app.py
CHANGED
@@ -6,11 +6,13 @@ 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 |
-
<
|
12 |
-
|
13 |
-
|
|
|
|
|
14 |
"""
|
15 |
|
16 |
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 |
+
<div style="color: grey; font-size:small;">
|
10 |
+
<p>🚀 Love my Face-Swapping Fun? Support Me with Crypto</p>
|
11 |
+
<ul">
|
12 |
+
<li>BTC: 1MhR1TDqnEhgsHkWcrJtSj7vaNygupxn6G</li>
|
13 |
+
<li>ETH: 0x0459620D616C6D827603d43539519FA320B831c2</li>
|
14 |
+
</ul>
|
15 |
+
</div>
|
16 |
"""
|
17 |
|
18 |
assert insightface.__version__>='0.7'
|