fffiloni commited on
Commit
aa30215
β€’
1 Parent(s): 5678024

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -115,18 +115,18 @@ article = """
115
 
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; align-items:center; justify-content: center;height:20px;">
119
- <svg height="20" width="198" style="margin-left:4px">
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="106" style="margin-left:4px">
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="206" style="margin-left:4px">
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>
 
115
 
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="198" 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="106" 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="206" 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>