linoyts HF Staff commited on
Commit
ff5a6e6
·
verified ·
1 Parent(s): 506d717

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -429,7 +429,7 @@ with gr.Blocks(title="LTX-2 Keyframe Interpolation 🎥🔈") as demo:
429
 
430
  gr.Examples(
431
  examples=[
432
- ["disaster_girl.jpg", "image-127.webp", "Starting frame is a close-up of a young girl with a mischievous smirk, a house engulfed in flames behind her with firefighters working in the background. The girl glances at the camera and says with faux innocence, 'Everyone thinks I did it, but honestly—' she steps aside and gestures downward as the camera pans down and pushes forward, '—talk to him.' The camera reveals a grumpy-faced cat walking slowly and deliberately toward the lens, the burning house and fire truck now behind it. The cat stops, stares directly into the camera with an unapologetic, stone-cold expression, and lets out a single dismissive 'meow.' End frame holds on the cat's grumpy face, flames reflecting in its eyes."],
433
  ],
434
  inputs=[start_frame, prompt, end_frame_upload],
435
  outputs=[output_video, final_prompt_output, seed],
 
429
 
430
  gr.Examples(
431
  examples=[
432
+ ["disaster_girl.jpg", "Starting frame is a close-up of a young girl with a mischievous smirk, a house engulfed in flames behind her with firefighters working in the background. The girl glances at the camera and says with faux innocence, 'Everyone thinks I did it, but honestly—' she steps aside and gestures downward as the camera pans down and pushes forward, '—talk to him.' The camera reveals a grumpy-faced cat walking slowly and deliberately toward the lens, the burning house and fire truck now behind it. The cat stops, stares directly into the camera with an unapologetic, stone-cold expression, and lets out a single dismissive 'meow.' End frame holds on the cat's grumpy face, flames reflecting in its eyes.", "image-127.webp"],
433
  ],
434
  inputs=[start_frame, prompt, end_frame_upload],
435
  outputs=[output_video, final_prompt_output, seed],