linoyts HF Staff commited on
Commit
2d9b782
·
verified ·
1 Parent(s): 04bca42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -345,17 +345,17 @@ with gr.Blocks(title="LTX-2 Keyframe Interpolation 🎥🔈") as demo:
345
  )
346
  with gr.Row():
347
  strength_start = gr.Slider(
348
- label="strength - start frame",
349
  minimum=0.0,
350
  maximum=1.0,
351
  value=1.0,
352
  step=0.05
353
  )
354
  strength_end = gr.Slider(
355
- label="strength - end frame",
356
  minimum=0.0,
357
  maximum=1.0,
358
- value=1.0,
359
  step=0.05
360
  )
361
 
@@ -447,6 +447,7 @@ with gr.Blocks(title="LTX-2 Keyframe Interpolation 🎥🔈") as demo:
447
  gr.Examples(
448
  examples=[
449
  ["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"],
 
450
  ],
451
  inputs=[start_frame, prompt, end_frame_upload],
452
  outputs=[output_video, final_prompt_output, seed],
 
345
  )
346
  with gr.Row():
347
  strength_start = gr.Slider(
348
+ label="strength - start frame conditioning",
349
  minimum=0.0,
350
  maximum=1.0,
351
  value=1.0,
352
  step=0.05
353
  )
354
  strength_end = gr.Slider(
355
+ label="strength - end frame conditioning",
356
  minimum=0.0,
357
  maximum=1.0,
358
+ value=0.9,
359
  step=0.05
360
  )
361
 
 
447
  gr.Examples(
448
  examples=[
449
  ["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"],
450
+ ["wednesday.jpg", "Wednesday says 'im so not in the mood', Cookie monster enters the frame and hugs her, she rolls her eyes", "image-128.webp"],
451
  ],
452
  inputs=[start_frame, prompt, end_frame_upload],
453
  outputs=[output_video, final_prompt_output, seed],