benibraz commited on
Commit
1ab2535
1 Parent(s): f8d86a0

Add project page link to the UI for improved accessibility

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -439,15 +439,15 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
439
  <a href="https://github.com/Lightricks/ComfyUI-LTXVideo">
440
  <img src='https://img.shields.io/badge/GitHub-ComfyUI-blue'>
441
  </a>
 
 
 
442
  <a href="https://huggingface.co/spaces/Lightricks/LTX-Video-Playground?duplicate=true">
443
  <img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-sm.svg" alt="Duplicate this Space">
444
  </a>
445
  <a href="https://huggingface.co/Lightricks">
446
  <img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-me-on-HF-sm-dark.svg" alt="Follow me on HF">
447
  </a>
448
- <a href="https://huggingface.co/Lightricks">
449
- <img src="https://img.shields.io/badge/Project-Page-blue" alt="Follow me on HF">
450
- </a>
451
  </div>
452
  """
453
  )
 
439
  <a href="https://github.com/Lightricks/ComfyUI-LTXVideo">
440
  <img src='https://img.shields.io/badge/GitHub-ComfyUI-blue'>
441
  </a>
442
+ <a href="https://huggingface.co/Lightricks">
443
+ <img src="https://img.shields.io/badge/Project-Page-blue" alt="Follow me on HF">
444
+ </a>
445
  <a href="https://huggingface.co/spaces/Lightricks/LTX-Video-Playground?duplicate=true">
446
  <img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-sm.svg" alt="Duplicate this Space">
447
  </a>
448
  <a href="https://huggingface.co/Lightricks">
449
  <img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-me-on-HF-sm-dark.svg" alt="Follow me on HF">
450
  </a>
 
 
 
451
  </div>
452
  """
453
  )