Update app.py
Browse files
app.py
CHANGED
@@ -175,6 +175,23 @@ with gr.Blocks(css=css) as demo:
|
|
175 |
"""
|
176 |
)
|
177 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
178 |
with gr.Row():
|
179 |
prompt = gr.Text(
|
180 |
label="Prompt",
|
|
|
175 |
"""
|
176 |
)
|
177 |
|
178 |
+
# Badge section
|
179 |
+
gr.HTML(
|
180 |
+
"""
|
181 |
+
<div style="display: flex; justify-content: center; align-items: center; gap: 20px; margin: 20px 0;">
|
182 |
+
<a href="https://huggingface.co/spaces/Heartsync/Wan-2.2-ADULT" target="_blank">
|
183 |
+
<img src="https://img.shields.io/static/v1?label=T2I%20%26%20TI2V&message=Wan-2.2-ADULT&color=%230000ff&labelColor=%23800080&logo=huggingface&logoColor=white&style=for-the-badge" alt="badge">
|
184 |
+
</a>
|
185 |
+
<a href="https://huggingface.co/spaces/Heartsync/PornHUB" target="_blank">
|
186 |
+
<img src="https://img.shields.io/static/v1?label=T2I%20&message=PornHUB&color=%230000ff&labelColor=%23800080&logo=huggingface&logoColor=white&style=for-the-badge" alt="badge">
|
187 |
+
</a>
|
188 |
+
<a href="https://huggingface.co/spaces/Heartsync/Hentai-Adult" target="_blank">
|
189 |
+
<img src="https://img.shields.io/static/v1?label=T2I%20&message=Hentai-Adult&color=%230000ff&labelColor=%23800080&logo=huggingface&logoColor=white&style=for-the-badge" alt="badge">
|
190 |
+
</a>
|
191 |
+
</div>
|
192 |
+
"""
|
193 |
+
)
|
194 |
+
|
195 |
with gr.Row():
|
196 |
prompt = gr.Text(
|
197 |
label="Prompt",
|