linoyts HF Staff commited on
Commit
03a3e15
·
verified ·
1 Parent(s): 82178fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -521,7 +521,7 @@ with gr.Blocks(css=css, theme=gr.themes.Ocean(font=[gr.themes.GoogleFont("Lexend
521
  """<h1><img src="https://huggingface.co/spaces/linoyts/LTXV-lora-the-explorer/resolve/main/Group%20588.png" alt="LoRA"> LTX Video LoRA the Explorer</h1>""",
522
  elem_id="title",
523
  )
524
- gr.Markdown("[🧨diffusers implementation of LTX Video 0.9.7 Distilled](https://huggingface.co/Lightricks/LTX-Video-0.9.7-distilled) with community trained LoRAs 🤗")
525
  selected_lora_index_state = gr.State(None)
526
 
527
  with gr.Row():
 
521
  """<h1><img src="https://huggingface.co/spaces/linoyts/LTXV-lora-the-explorer/resolve/main/Group%20588.png" alt="LoRA"> LTX Video LoRA the Explorer</h1>""",
522
  elem_id="title",
523
  )
524
+ gr.Markdown("[🧨diffusers implementation of LTX Video 0.9.7](https://huggingface.co/Lightricks/LTX-Video-0.9.7-dev) with community trained LoRAs 🤗")
525
  selected_lora_index_state = gr.State(None)
526
 
527
  with gr.Row():