fix html
Browse files- demo_header.html +1 -1
demo_header.html
CHANGED
|
@@ -8,7 +8,7 @@
|
|
| 8 |
<p class="text">
|
| 9 |
This Space use <a href="http://www.apache.org/licenses/LICENSE-2.0">the Apache 2.0</a> Licensed <a href="https://ai.google.dev/edge/mediapipe/solutions/vision/face_landmarker">Mediapipe FaceLandmarker</a> <br>
|
| 10 |
This's not a face swap, it's more like applying A's skin to B's face.<br>
|
| 11 |
-
To make face-swap I need to find a way to keep face-balnaces
|
| 12 |
technically cv2.warpAffine + blend-rgb is enough quality<br>
|
| 13 |
numpy + numba is fast than expected<br>
|
| 14 |
</p>
|
|
|
|
| 8 |
<p class="text">
|
| 9 |
This Space use <a href="http://www.apache.org/licenses/LICENSE-2.0">the Apache 2.0</a> Licensed <a href="https://ai.google.dev/edge/mediapipe/solutions/vision/face_landmarker">Mediapipe FaceLandmarker</a> <br>
|
| 10 |
This's not a face swap, it's more like applying A's skin to B's face.<br>
|
| 11 |
+
To make face-swap I need to find a way to keep face-balnaces.<br>
|
| 12 |
technically cv2.warpAffine + blend-rgb is enough quality<br>
|
| 13 |
numpy + numba is fast than expected<br>
|
| 14 |
</p>
|