Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
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():
|