rahul7star commited on
Commit
daa5dcb
·
verified ·
1 Parent(s): 898c1b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -879,19 +879,19 @@ with gr.Blocks(title="LTX-2.3 Distilled") as demo:
879
  ],
880
  outputs=[output_video, seed],
881
  )
882
- with gr.Column():
883
- gr.Markdown("## 🎬 Example Output")
884
 
885
- prompt_preview = gr.Textbox(
886
  label="Prompt",
887
  value="KABAPASTE The girl is squeezed from a tube like paste. The video is silent with the sound of rain and squeezing sounds. After the girl forms, her umbrella opens up.",
888
  interactive=False
889
- )
890
 
891
- video_preview = gr.Video(
892
  value="abc.mp4",
893
  autoplay=True
894
- )
895
 
896
 
897
  css = """
 
879
  ],
880
  outputs=[output_video, seed],
881
  )
882
+ with gr.Column():
883
+ gr.Markdown("## 🎬 Example Output")
884
 
885
+ prompt_preview = gr.Textbox(
886
  label="Prompt",
887
  value="KABAPASTE The girl is squeezed from a tube like paste. The video is silent with the sound of rain and squeezing sounds. After the girl forms, her umbrella opens up.",
888
  interactive=False
889
+ )
890
 
891
+ video_preview = gr.Video(
892
  value="abc.mp4",
893
  autoplay=True
894
+ )
895
 
896
 
897
  css = """