Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -440,36 +440,8 @@ def create_advanced_options():
|
|
440 |
|
441 |
# Gradio Interface Definition
|
442 |
with gr.Blocks(theme=gr.themes.Soft()) as iface:
|
443 |
-
|
444 |
-
|
445 |
-
"""
|
446 |
-
<div style="text-align: center; margin-bottom: 1em">
|
447 |
-
<h1 style="font-size: 2.5em; font-weight: 600; margin: 0.5em 0;">Video Generation with LTX Video</h1>
|
448 |
-
</div>
|
449 |
-
"""
|
450 |
-
)
|
451 |
-
with gr.Row(elem_id="title-row"):
|
452 |
-
gr.HTML(
|
453 |
-
"""
|
454 |
-
<div style="display:flex;column-gap:4px;">
|
455 |
-
<a href="https://github.com/Lightricks/LTX-Video">
|
456 |
-
<img src='https://img.shields.io/badge/GitHub-Repo-blue'>
|
457 |
-
</a>
|
458 |
-
<a href="https://github.com/Lightricks/ComfyUI-LTXVideo">
|
459 |
-
<img src='https://img.shields.io/badge/GitHub-ComfyUI-blue'>
|
460 |
-
</a>
|
461 |
-
<a href="http://www.lightricks.com/ltxv">
|
462 |
-
<img src="https://img.shields.io/badge/Project-Page-green" alt="Follow me on HF">
|
463 |
-
</a>
|
464 |
-
<a href="https://huggingface.co/spaces/Lightricks/LTX-Video-Playground?duplicate=true">
|
465 |
-
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-sm.svg" alt="Duplicate this Space">
|
466 |
-
</a>
|
467 |
-
<a href="https://huggingface.co/Lightricks">
|
468 |
-
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-me-on-HF-sm-dark.svg" alt="Follow me on HF">
|
469 |
-
</a>
|
470 |
-
</div>
|
471 |
-
"""
|
472 |
-
)
|
473 |
with gr.Accordion(
|
474 |
" π Tips for Best Results", open=False, elem_id="instructions-accordion"
|
475 |
):
|
|
|
440 |
|
441 |
# Gradio Interface Definition
|
442 |
with gr.Blocks(theme=gr.themes.Soft()) as iface:
|
443 |
+
|
444 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
445 |
with gr.Accordion(
|
446 |
" π Tips for Best Results", open=False, elem_id="instructions-accordion"
|
447 |
):
|