seawolf2357 commited on
Commit
d3423b6
·
verified ·
1 Parent(s): 46f1765

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +17 -0
app.py CHANGED
@@ -190,6 +190,23 @@ with gr.Blocks(css=css) as demo:
190
  """
191
  )
192
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
193
  with gr.Row():
194
  prompt = gr.Text(
195
  label="Prompt",
 
190
  """
191
  )
192
 
193
+ # Badge section
194
+ gr.HTML(
195
+ """
196
+ <div style="display: flex; justify-content: center; align-items: center; gap: 20px; margin: 20px 0;">
197
+ <a href="https://huggingface.co/spaces/Heartsync/Wan-2.2-ADULT" target="_blank">
198
+ <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">
199
+ </a>
200
+ <a href="https://huggingface.co/spaces/Heartsync/PornHUB" target="_blank">
201
+ <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">
202
+ </a>
203
+ <a href="https://huggingface.co/spaces/Heartsync/Hentai-Adult" target="_blank">
204
+ <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">
205
+ </a>
206
+ </div>
207
+ """
208
+ )
209
+
210
  with gr.Row():
211
  prompt = gr.Text(
212
  label="Prompt",