Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -939,7 +939,7 @@ with gr.Blocks(title="LTX-2.3 Two-Stage HQ with LoRA Cache") as demo:
|
|
| 939 |
|
| 940 |
# RIGHT SIDE: Output and LoRA
|
| 941 |
with gr.Column():
|
| 942 |
-
output_video = gr.Video(label="Generated Video", autoplay=
|
| 943 |
|
| 944 |
gpu_duration = gr.Slider(
|
| 945 |
label="ZeroGPU duration (seconds)",
|
|
|
|
| 939 |
|
| 940 |
# RIGHT SIDE: Output and LoRA
|
| 941 |
with gr.Column():
|
| 942 |
+
output_video = gr.Video(label="Generated Video", autoplay=False)
|
| 943 |
|
| 944 |
gpu_duration = gr.Slider(
|
| 945 |
label="ZeroGPU duration (seconds)",
|