dagloop5 commited on
Commit
81e2b43
·
verified ·
1 Parent(s): 50b38c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True)
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)",