seawolf2357 commited on
Commit
72bdc43
·
verified ·
1 Parent(s): c81347b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -39
app.py CHANGED
@@ -611,45 +611,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
611
  <p>
612
  <small style="opacity: 0.8;">High-quality image generation powered by StableDiffusionXL with video generation capability. Supports long prompts and various artistic styles.</small>
613
  </p>
614
- """) with gr.Group(elem_classes="model-description"):
615
- gr.HTML("""
616
- <p>
617
- <strong>Models Use cases: </strong><br>
618
- </p>
619
- <div style="display: flex; justify-content: center; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 10px; margin-bottom: 20px;">
620
-
621
- <a href="https://huggingface.co/spaces/Heartsync/FREE-NSFW-HUB" target="_blank">
622
- <img src="https://img.shields.io/static/v1?label=huggingface&message=FREE%20NSFW%20HUB&color=%230000ff&labelColor=%23800080&logo=huggingface&logoColor=%23ffa500&style=for-the-badge" alt="badge">
623
- </a>
624
- <a href="https://huggingface.co/spaces/Heartsync/NSFW-Uncensored-Real" target="_blank">
625
- <img src="https://img.shields.io/static/v1?label=Text%20to%20Image%28Real%29&message=NSFW%20Uncensored&color=%230000ff&labelColor=%23800080&logo=Huggingface&logoColor=%23ffa500&style=for-the-badge" alt="badge">
626
- </a>
627
- <a href="https://huggingface.co/spaces/Heartsync/Novel-NSFW" target="_blank">
628
- <img src="https://img.shields.io/static/v1?label=NOVEL%20GENERATOR&message=NSFW%20Uncensored&color=%23ffc0cb&labelColor=%23ffff00&logo=huggingface&logoColor=%23ffa500&style=for-the-badge" alt="badge">
629
- </a>
630
- <a href="https://huggingface.co/spaces/Heartsync/adult" target="_blank">
631
- <img src="https://img.shields.io/static/v1?label=Text%20to%20Image%20to%20Video&message=ADULT&color=%23ff00ff&labelColor=%23000080&logo=Huggingface&logoColor=%23ffa500&style=for-the-badge" alt="badge">
632
- </a>
633
-
634
- <a href="https://huggingface.co/spaces/Heartsync/wan2-1-fast-security" target="_blank">
635
- <img src="https://img.shields.io/static/v1?label=Image%20to%20Video&message=Wan%202.1%20I2V%20Fast&color=%23ffa500&labelColor=%23000080&logo=huggingface&logoColor=white&style=for-the-badge" alt="badge">
636
- </a>
637
-
638
- <a href="https://huggingface.co/spaces/Heartsync/NSFW-Uncensored-video" target="_blank">
639
- <img src="https://img.shields.io/static/v1?label=Image%20to%20Video&message=NSFW%20Uncensored&color=%230000ff&labelColor=%23800080&logo=Huggingface&logoColor=%23ffa500&style=for-the-badge" alt="badge">
640
- </a>
641
- <a href="https://huggingface.co/spaces/Heartsync/NSFW-Uncensored-video2" target="_blank">
642
- <img src="https://img.shields.io/static/v1?label=Image%20to%20Video(Mirror)&message=NSFW%20Uncensored&color=%230000ff&labelColor=%23800080&logo=Huggingface&logoColor=%23ffa500&style=for-the-badge" alt="badge">
643
- </a>
644
- <a href="https://huggingface.co/spaces/Heartsync/NSFW-Uncensored" target="_blank">
645
- <img src="https://img.shields.io/static/v1?label=Text%20to%20Image%28Anime%29&message=NSFW%20Uncensored&color=%230000ff&labelColor=%23800080&logo=Huggingface&logoColor=%23ffa500&style=for-the-badge" alt="badge">
646
- </a>
647
-
648
- </div>
649
- <p>
650
- <small style="opacity: 0.8;">High-quality image generation powered by StableDiffusionXL with video generation capability. Supports long prompts and various artistic styles.</small>
651
- </p>
652
- """)
653
 
654
  # Create state variables to store the current image
655
  current_image = gr.State(None)
 
611
  <p>
612
  <small style="opacity: 0.8;">High-quality image generation powered by StableDiffusionXL with video generation capability. Supports long prompts and various artistic styles.</small>
613
  </p>
614
+ """)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
615
 
616
  # Create state variables to store the current image
617
  current_image = gr.State(None)