Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -496,9 +496,9 @@ BLOG_URL = "https://huggingface.co/Lightricks/LTX-2.5-Diffusers"
|
|
| 496 |
|
| 497 |
INTRO = f"""# ⚗️ LTX-2.5
|
| 498 |
|
| 499 |
-
<div
|
| 500 |
-
<a href="{DIFFUSERS_WEIGHTS_URL}" target="_blank" rel="noopener"><strong>[ diffusers weights ]</strong></a>
|
| 501 |
<a href="{NATIVE_WEIGHTS_URL}" target="_blank" rel="noopener"><strong>[ native weights ]</strong></a>
|
|
|
|
| 502 |
<a href="{BLOG_URL}" target="_blank" rel="noopener"><strong>[ blog ]</strong></a>
|
| 503 |
</div>
|
| 504 |
|
|
@@ -508,7 +508,7 @@ INTRO = f"""# ⚗️ LTX-2.5
|
|
| 508 |
# .main.fillable keeps the column from sprawling on wide monitors; the .dark rule stops the
|
| 509 |
# container inheriting a washed-out text colour in dark mode.
|
| 510 |
CSS = """
|
| 511 |
-
.main.fillable {max-width:
|
| 512 |
.dark .gradio-container { color: var(--body-text-color); }
|
| 513 |
"""
|
| 514 |
|
|
|
|
| 496 |
|
| 497 |
INTRO = f"""# ⚗️ LTX-2.5
|
| 498 |
|
| 499 |
+
<div>
|
|
|
|
| 500 |
<a href="{NATIVE_WEIGHTS_URL}" target="_blank" rel="noopener"><strong>[ native weights ]</strong></a>
|
| 501 |
+
<a href="{DIFFUSERS_WEIGHTS_URL}" target="_blank" rel="noopener"><strong>[ diffusers weights ]</strong></a>
|
| 502 |
<a href="{BLOG_URL}" target="_blank" rel="noopener"><strong>[ blog ]</strong></a>
|
| 503 |
</div>
|
| 504 |
|
|
|
|
| 508 |
# .main.fillable keeps the column from sprawling on wide monitors; the .dark rule stops the
|
| 509 |
# container inheriting a washed-out text colour in dark mode.
|
| 510 |
CSS = """
|
| 511 |
+
.main.fillable {max-width: 1200px !important}
|
| 512 |
.dark .gradio-container { color: var(--body-text-color); }
|
| 513 |
"""
|
| 514 |
|