Spaces:
Running on Zero
Running on Zero
Exosfeer commited on
Commit ·
9153a5d
1
Parent(s): 6dad208
Rename Space title to LTX-2.3 Video [Turbo]
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title: LTX-2.3 Turbo
|
| 3 |
emoji: ⚡
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: blue
|
|
|
|
| 1 |
---
|
| 2 |
+
title: LTX-2.3 Video [Turbo]
|
| 3 |
emoji: ⚡
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: blue
|
app.py
CHANGED
|
@@ -1336,12 +1336,12 @@ ICON_9_16 = """<svg viewBox="0 0 24 24" fill="none" aria-hidden="true">
|
|
| 1336 |
# ───────────────────────────────────────────────────────────────────────────
|
| 1337 |
# Gradio UI
|
| 1338 |
# ───────────────────────────────────────────────────────────────────────────
|
| 1339 |
-
with gr.Blocks(title="LTX-2.3 Turbo", css=CSS) as demo:
|
| 1340 |
gr.HTML(
|
| 1341 |
"""
|
| 1342 |
<div style="text-align: center;">
|
| 1343 |
<p style="font-size:16px; display: inline; margin: 0;">
|
| 1344 |
-
<strong>LTX-2.3 Turbo</strong> — 22B DiT audio-video model on free ZeroGPU
|
| 1345 |
</p>
|
| 1346 |
<a href="https://huggingface.co/Lightricks/LTX-2.3"
|
| 1347 |
target="_blank" rel="noopener noreferrer"
|
|
|
|
| 1336 |
# ───────────────────────────────────────────────────────────────────────────
|
| 1337 |
# Gradio UI
|
| 1338 |
# ───────────────────────────────────────────────────────────────────────────
|
| 1339 |
+
with gr.Blocks(title="LTX-2.3 Video [Turbo]", css=CSS) as demo:
|
| 1340 |
gr.HTML(
|
| 1341 |
"""
|
| 1342 |
<div style="text-align: center;">
|
| 1343 |
<p style="font-size:16px; display: inline; margin: 0;">
|
| 1344 |
+
<strong>LTX-2.3 Video [Turbo]</strong> — 22B DiT audio-video model on free ZeroGPU
|
| 1345 |
</p>
|
| 1346 |
<a href="https://huggingface.co/Lightricks/LTX-2.3"
|
| 1347 |
target="_blank" rel="noopener noreferrer"
|