alexnasa commited on
Commit
8c7bf4e
·
verified ·
1 Parent(s): fbccaed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -2767,13 +2767,13 @@ with gr.Blocks(title="LTX-2 Video Distilled 🎥🔈") as demo:
2767
 
2768
  examples_list = [
2769
  [
2770
- "examples/emmi.png",
2771
- "A fuzzy puppet character resembling a female puppet with blonde hair and an armour, she gradually starts singing, moving her hands and looking at the camera. the scene feels emotional with expressive puppet reactions, cinematic lighting, smooth camera motion, shallow depth of field, and high-quality puppet-style animation",
2772
  "Static",
2773
  "16:9",
2774
  "Image-to-Video",
2775
  None,
2776
- "examples/emmi.mp3",
2777
  None,
2778
  ],
2779
 
@@ -2871,7 +2871,7 @@ with gr.Blocks(title="LTX-2 Video Distilled 🎥🔈") as demo:
2871
 
2872
  preset_gallery = PresetGallery(
2873
  items=[
2874
- {"thumb": "examples/emmi.png" , "label": "Example 0", "title": "Image + Audio to Video" },
2875
  {"thumb": "examples/supergirl-2.png", "label": "Example 1", "title": "Image + Audio to Video" },
2876
  {"thumb": "examples/frame3.png" , "label": "Example 2", "title": "First and Last Frame" },
2877
  {"thumb": "examples/supergirl.png" , "label": "Example 3", "title": "Image to Video" },
 
2767
 
2768
  examples_list = [
2769
  [
2770
+ "examples/michelleboullay.png",
2771
+ "A woman singing to the microphone as her hair sometimes gently moves through the wind and she occasionally looks at the camera whilst singing and stares and then looks away",
2772
  "Static",
2773
  "16:9",
2774
  "Image-to-Video",
2775
  None,
2776
+ "examples/michelleboullay.mp3",
2777
  None,
2778
  ],
2779
 
 
2871
 
2872
  preset_gallery = PresetGallery(
2873
  items=[
2874
+ {"thumb": "examples/michelleboullay.png" , "label": "Example 0", "title": "Image + Audio to Video" },
2875
  {"thumb": "examples/supergirl-2.png", "label": "Example 1", "title": "Image + Audio to Video" },
2876
  {"thumb": "examples/frame3.png" , "label": "Example 2", "title": "First and Last Frame" },
2877
  {"thumb": "examples/supergirl.png" , "label": "Example 3", "title": "Image to Video" },