surajyadav53 commited on
Commit
ea9864b
1 Parent(s): 9ed2800

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -10
app.py CHANGED
@@ -3,16 +3,7 @@ import insightface
3
  from insightface.app import FaceAnalysis
4
 
5
  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;">&hearts;</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: bc1q2m92e4hrtpk3keh2dsq8whljz7mfquv46xetwj</li>
13
- <li>ETH: 0x0459620D616C6D827603d43539519FA320B831c2</li>
14
- </ul>
15
- </div>
16
  """
17
 
18
  assert insightface.__version__>='0.7'
 
3
  from insightface.app import FaceAnalysis
4
 
5
  wellcomingMessage = """
6
+ <h1>Face Swapping by Suraj Yadav</h1>
 
 
 
 
 
 
 
 
 
7
  """
8
 
9
  assert insightface.__version__>='0.7'