seawolf2357 commited on
Commit
b357578
·
verified ·
1 Parent(s): b379c65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +18 -0
app.py CHANGED
@@ -392,6 +392,24 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
392
  - 🔄 **Text-to-Image-to-Video**: Complete pipeline from text to video
393
  """)
394
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
395
  with gr.Tabs() as tabs:
396
  # Tab 1: Text-to-Image
397
  with gr.Tab("Text to Image", id="t2i_tab"):
 
392
  - 🔄 **Text-to-Image-to-Video**: Complete pipeline from text to video
393
  """)
394
 
395
+ # Badge section
396
+ gr.HTML(
397
+ """
398
+ <div style="display: flex; justify-content: center; align-items: center; gap: 20px; margin: 20px 0;">
399
+ <a href="https://huggingface.co/spaces/Heartsync/Wan-2.2-ADULT" target="_blank">
400
+ <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">
401
+ </a>
402
+ <a href="https://huggingface.co/spaces/Heartsync/PornHUB" target="_blank">
403
+ <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">
404
+ </a>
405
+ <a href="https://huggingface.co/spaces/Heartsync/Hentai-Adult" target="_blank">
406
+ <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">
407
+ </a>
408
+ </div>
409
+ """
410
+ )
411
+
412
+
413
  with gr.Tabs() as tabs:
414
  # Tab 1: Text-to-Image
415
  with gr.Tab("Text to Image", id="t2i_tab"):