Spaces:
Build error
Build error
update
Browse files
app.py
CHANGED
|
@@ -191,15 +191,17 @@ with demo:
|
|
| 191 |
gr.Markdown("""
|
| 192 |
### Now you can get your own unlimited supply of cool GIFs and reactions from the videos you most like..
|
| 193 |
|
| 194 |
-
Some
|
| 195 |
|
| 196 |
<table>
|
| 197 |
<tr>
|
| 198 |
-
<td>Sample 1</td>
|
| 199 |
-
|
|
|
|
| 200 |
</tr>
|
| 201 |
<tr>
|
| 202 |
<td><img src='https://media.giphy.com/media/IP69ha9NNIXJFqR4BI/giphy.gif' width="20%"></td>
|
|
|
|
| 203 |
<td><img src='https://media.giphy.com/media/jNx9j9ENo6hQ3GnR95/giphy.gif' width="20%"></td>
|
| 204 |
</tr>
|
| 205 |
</table>
|
|
|
|
| 191 |
gr.Markdown("""
|
| 192 |
### Now you can get your own unlimited supply of cool GIFs and reactions from the videos you most like..
|
| 193 |
|
| 194 |
+
Some cool sample .gif images generated using this Space -
|
| 195 |
|
| 196 |
<table>
|
| 197 |
<tr>
|
| 198 |
+
<td>Sample GIF 1</td>
|
| 199 |
+
<td>Sample GIF 2</td>
|
| 200 |
+
<td>Sample GIF 3</td>
|
| 201 |
</tr>
|
| 202 |
<tr>
|
| 203 |
<td><img src='https://media.giphy.com/media/IP69ha9NNIXJFqR4BI/giphy.gif' width="20%"></td>
|
| 204 |
+
<td><img src='https://media.giphy.com/media/YAH1yXag018HutbnfX/giphy.gif'> width='20%'></td>
|
| 205 |
<td><img src='https://media.giphy.com/media/jNx9j9ENo6hQ3GnR95/giphy.gif' width="20%"></td>
|
| 206 |
</tr>
|
| 207 |
</table>
|