Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -305,36 +305,7 @@ def create_advanced_options():
|
|
305 |
]
|
306 |
|
307 |
with gr.Blocks(theme=gr.themes.Soft()) as iface:
|
308 |
-
|
309 |
-
gr.Markdown(
|
310 |
-
"""
|
311 |
-
<div style="text-align: center; margin-bottom: 1em">
|
312 |
-
<h1 style="font-size: 2.5em; font-weight: 600; margin: 0.5em 0;">Video Generation with LTX Video</h1>
|
313 |
-
</div>
|
314 |
-
"""
|
315 |
-
)
|
316 |
-
with gr.Row(elem_id="title-row"):
|
317 |
-
gr.HTML(
|
318 |
-
"""
|
319 |
-
<div style="display:flex;column-gap:4px;">
|
320 |
-
<a href="https://github.com/Lightricks/LTX-Video">
|
321 |
-
<img src='https://img.shields.io/badge/GitHub-Repo-blue'>
|
322 |
-
</a>
|
323 |
-
<a href="https://github.com/Lightricks/ComfyUI-LTXVideo">
|
324 |
-
<img src='https://img.shields.io/badge/GitHub-ComfyUI-blue'>
|
325 |
-
</a>
|
326 |
-
<a href="http://www.lightricks.com/ltxv">
|
327 |
-
<img src="https://img.shields.io/badge/Project-Page-green" alt="Follow me on HF">
|
328 |
-
</a>
|
329 |
-
<a href="https://huggingface.co/spaces/Lightricks/LTX-Video-Playground?duplicate=true">
|
330 |
-
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-sm.svg" alt="Duplicate this Space">
|
331 |
-
</a>
|
332 |
-
<a href="https://huggingface.co/Lightricks">
|
333 |
-
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-me-on-HF-sm-dark.svg" alt="Follow me on HF">
|
334 |
-
</a>
|
335 |
-
</div>
|
336 |
-
"""
|
337 |
-
)
|
338 |
|
339 |
with gr.Accordion(" 📖 Tips for Best Results", open=False, elem_id="instructions-accordion"):
|
340 |
gr.Markdown(
|
|
|
305 |
]
|
306 |
|
307 |
with gr.Blocks(theme=gr.themes.Soft()) as iface:
|
308 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
309 |
|
310 |
with gr.Accordion(" 📖 Tips for Best Results", open=False, elem_id="instructions-accordion"):
|
311 |
gr.Markdown(
|