Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -512,9 +512,13 @@ css="""
|
|
512 |
"""
|
513 |
|
514 |
with gr.Blocks(css=css, theme=gr.themes.Ocean()) as demo:
|
515 |
-
gr.Markdown("# LTX Video 0.9.7 Distilled with LoRA Explorer")
|
516 |
-
gr.Markdown("Fast high quality video generation with custom LoRA support. [Model](https://huggingface.co/Lightricks/LTX-Video/blob/main/ltxv-13b-0.9.7-distilled.safetensors) [GitHub](https://github.com/Lightricks/LTX-Video)")
|
517 |
-
|
|
|
|
|
|
|
|
|
518 |
selected_lora_index_state = gr.State(None)
|
519 |
|
520 |
with gr.Row():
|
|
|
512 |
"""
|
513 |
|
514 |
with gr.Blocks(css=css, theme=gr.themes.Ocean()) as demo:
|
515 |
+
# gr.Markdown("# LTX Video 0.9.7 Distilled with LoRA Explorer")
|
516 |
+
# gr.Markdown("Fast high quality video generation with custom LoRA support. [Model](https://huggingface.co/Lightricks/LTX-Video/blob/main/ltxv-13b-0.9.7-distilled.safetensors) [GitHub](https://github.com/Lightricks/LTX-Video)")
|
517 |
+
title = gr.HTML(
|
518 |
+
"""<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>""",
|
519 |
+
elem_id="title",
|
520 |
+
)
|
521 |
+
|
522 |
selected_lora_index_state = gr.State(None)
|
523 |
|
524 |
with gr.Row():
|