Update app.py
Browse files
app.py
CHANGED
|
@@ -3,9 +3,7 @@ import insightface
|
|
| 3 |
from insightface.app import FaceAnalysis
|
| 4 |
|
| 5 |
wellcomingMessage = """
|
| 6 |
-
<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'
|
|
@@ -49,8 +47,5 @@ gr.Interface(swap_faces,
|
|
| 49 |
],
|
| 50 |
gr.Image(),
|
| 51 |
description=wellcomingMessage,
|
| 52 |
-
examples=[
|
| 53 |
-
['./Images/kim.jpg', 1, './Images/marilyn.jpg', 1],
|
| 54 |
-
['./Images/friends.jpg', 2, './Images/friends.jpg', 1],
|
| 55 |
-
],
|
| 56 |
).launch()
|
|
|
|
| 3 |
from insightface.app import FaceAnalysis
|
| 4 |
|
| 5 |
wellcomingMessage = """
|
| 6 |
+
<h1>ၶၢႆႉၼႃႈၵၼ်</h1>
|
|
|
|
|
|
|
| 7 |
"""
|
| 8 |
|
| 9 |
assert insightface.__version__>='0.7'
|
|
|
|
| 47 |
],
|
| 48 |
gr.Image(),
|
| 49 |
description=wellcomingMessage,
|
| 50 |
+
examples=[],
|
|
|
|
|
|
|
|
|
|
| 51 |
).launch()
|