Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,7 +98,7 @@ title = """
|
|
| 98 |
</h1>
|
| 99 |
</div>
|
| 100 |
<p style="margin-bottom: 10px; font-size: 94%">
|
| 101 |
-
Apply Instruct X-Decoder
|
| 102 |
</p>
|
| 103 |
</div>
|
| 104 |
"""
|
|
@@ -115,6 +115,16 @@ article = """
|
|
| 115 |
<p>You may also like: </p>
|
| 116 |
<div id="may-like-content" style="display:flex;flex-wrap: wrap;align-items:center;height:20px;">
|
| 117 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 118 |
<svg height="20" width="162" style="margin-left:4px;margin-bottom: 6px;">
|
| 119 |
<a href="https://huggingface.co/spaces/timbrooks/instruct-pix2pix" target="_blank">
|
| 120 |
<image href="https://img.shields.io/badge/🤗 Spaces-Instruct_Pix2Pix-blue" src="https://img.shields.io/badge/🤗 Spaces-Instruct_Pix2Pix-blue.png" height="20"/>
|
|
|
|
| 98 |
</h1>
|
| 99 |
</div>
|
| 100 |
<p style="margin-bottom: 10px; font-size: 94%">
|
| 101 |
+
Apply Instruct X-Decoder to a video
|
| 102 |
</p>
|
| 103 |
</div>
|
| 104 |
"""
|
|
|
|
| 115 |
<p>You may also like: </p>
|
| 116 |
<div id="may-like-content" style="display:flex;flex-wrap: wrap;align-items:center;height:20px;">
|
| 117 |
|
| 118 |
+
<svg height="20" width="182" style="margin-left:4px;margin-bottom: 6px;">
|
| 119 |
+
<a href="https://huggingface.co/spaces/xdecoder/Instruct-X-Decoder" target="_blank">
|
| 120 |
+
<image href="https://img.shields.io/badge/🤗 Spaces-Instruct_X•Decoder-blue" src="https://img.shields.io/badge/🤗 Spaces-Instruct_X•Decoder-blue.png" height="20"/>
|
| 121 |
+
</a>
|
| 122 |
+
</svg>
|
| 123 |
+
<svg height="20" width="148" style="margin-left:4px;margin-bottom: 6px;">
|
| 124 |
+
<a href="https://huggingface.co/spaces/fffiloni/Pix2Pix-Video" target="_blank">
|
| 125 |
+
<image href="https://img.shields.io/badge/🤗 Spaces-Pix2Pix_Video-blue" src="https://img.shields.io/badge/🤗 Spaces-Pix2Pix_Video-blue.png" height="20"/>
|
| 126 |
+
</a>
|
| 127 |
+
</svg>
|
| 128 |
<svg height="20" width="162" style="margin-left:4px;margin-bottom: 6px;">
|
| 129 |
<a href="https://huggingface.co/spaces/timbrooks/instruct-pix2pix" target="_blank">
|
| 130 |
<image href="https://img.shields.io/badge/🤗 Spaces-Instruct_Pix2Pix-blue" src="https://img.shields.io/badge/🤗 Spaces-Instruct_Pix2Pix-blue.png" height="20"/>
|