Update app.py
Browse files
app.py
CHANGED
|
@@ -116,22 +116,22 @@ article = """
|
|
| 116 |
<div id="may-like-container" style="display: flex;justify-content: center;flex-direction: column;align-items: center;">
|
| 117 |
<p style="font-size: 0.8em;margin-bottom: 4px;">You may also like: </p>
|
| 118 |
<div id="may-like" style="display:flex;flex-wrap: wrap;align-items:center; justify-content: center;height:20px;">
|
| 119 |
-
<svg height="20" width="
|
| 120 |
<a href="https://huggingface.co/spaces/camenduru/one-shot-talking-face" target="_blank">
|
| 121 |
<image href="https://img.shields.io/badge/π€ Spaces-One Shot Talking Face-blue" src="https://img.shields.io/badge/π€ Spaces-One Shot Talking Face-blue.png" height="20"/>
|
| 122 |
</a>
|
| 123 |
</svg>
|
| 124 |
-
<svg height="20" width="
|
| 125 |
<a href="https://huggingface.co/spaces/Pie31415/rome" target="_blank">
|
| 126 |
<image href="https://img.shields.io/badge/π€ Spaces-ROME-blue" src="https://img.shields.io/badge/π€ Spaces-ROME-blue.png" height="20"/>
|
| 127 |
</a>
|
| 128 |
</svg>
|
| 129 |
-
<svg height="20" width="
|
| 130 |
<a href="https://huggingface.co/spaces/CVPR/Image-Animation-using-Thin-Plate-Spline-Motion-Model" target="_blank">
|
| 131 |
<image href="https://img.shields.io/badge/π€ Spaces-Thin_Plate_Spline_Motion-blue" src="https://img.shields.io/badge/π€ Spaces-Thin_Plate_Spline_Motion-blue.png" height="20"/>
|
| 132 |
</a>
|
| 133 |
</svg>
|
| 134 |
-
<svg height="20" width="
|
| 135 |
<a href="https://huggingface.co/spaces/vumichien/lip_movement_reading" target="_blank">
|
| 136 |
<image href="https://img.shields.io/badge/π€ Spaces-Lip_Movement_Reading-blue" src="https://img.shields.io/badge/π€ Spaces-Lip_Movement_Reading-blue.png" height="20"/>
|
| 137 |
</a>
|
|
|
|
| 116 |
<div id="may-like-container" style="display: flex;justify-content: center;flex-direction: column;align-items: center;">
|
| 117 |
<p style="font-size: 0.8em;margin-bottom: 4px;">You may also like: </p>
|
| 118 |
<div id="may-like" style="display:flex;flex-wrap: wrap;align-items:center; justify-content: center;height:20px;">
|
| 119 |
+
<svg height="20" width="200" style="margin-left:4px;margin-bottom: 6px;">
|
| 120 |
<a href="https://huggingface.co/spaces/camenduru/one-shot-talking-face" target="_blank">
|
| 121 |
<image href="https://img.shields.io/badge/π€ Spaces-One Shot Talking Face-blue" src="https://img.shields.io/badge/π€ Spaces-One Shot Talking Face-blue.png" height="20"/>
|
| 122 |
</a>
|
| 123 |
</svg>
|
| 124 |
+
<svg height="20" width="108" style="margin-left:4px;margin-bottom: 6px;">
|
| 125 |
<a href="https://huggingface.co/spaces/Pie31415/rome" target="_blank">
|
| 126 |
<image href="https://img.shields.io/badge/π€ Spaces-ROME-blue" src="https://img.shields.io/badge/π€ Spaces-ROME-blue.png" height="20"/>
|
| 127 |
</a>
|
| 128 |
</svg>
|
| 129 |
+
<svg height="20" width="208" style="margin-left:4px;margin-bottom: 6px;">
|
| 130 |
<a href="https://huggingface.co/spaces/CVPR/Image-Animation-using-Thin-Plate-Spline-Motion-Model" target="_blank">
|
| 131 |
<image href="https://img.shields.io/badge/π€ Spaces-Thin_Plate_Spline_Motion-blue" src="https://img.shields.io/badge/π€ Spaces-Thin_Plate_Spline_Motion-blue.png" height="20"/>
|
| 132 |
</a>
|
| 133 |
</svg>
|
| 134 |
+
<svg height="20" width="200" style="margin-left:4px;margin-bottom: 6px;">
|
| 135 |
<a href="https://huggingface.co/spaces/vumichien/lip_movement_reading" target="_blank">
|
| 136 |
<image href="https://img.shields.io/badge/π€ Spaces-Lip_Movement_Reading-blue" src="https://img.shields.io/badge/π€ Spaces-Lip_Movement_Reading-blue.png" height="20"/>
|
| 137 |
</a>
|