Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -777,7 +777,7 @@ def generate_video(
|
|
| 777 |
|
| 778 |
css = """
|
| 779 |
.fillable {max-width: 1200px !important}
|
| 780 |
-
.progress-text {color:
|
| 781 |
"""
|
| 782 |
|
| 783 |
with gr.Blocks(title="LTX-2.3 Two-Stage HQ with LoRA Cache") as demo:
|
|
|
|
| 777 |
|
| 778 |
css = """
|
| 779 |
.fillable {max-width: 1200px !important}
|
| 780 |
+
.progress-text {color: black}
|
| 781 |
"""
|
| 782 |
|
| 783 |
with gr.Blocks(title="LTX-2.3 Two-Stage HQ with LoRA Cache") as demo:
|