Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2767,13 +2767,13 @@ with gr.Blocks(title="LTX-2 Video Distilled 🎥🔈") as demo:
|
|
| 2767 |
|
| 2768 |
examples_list = [
|
| 2769 |
[
|
| 2770 |
-
"examples/
|
| 2771 |
-
"A
|
| 2772 |
"Static",
|
| 2773 |
"16:9",
|
| 2774 |
"Image-to-Video",
|
| 2775 |
None,
|
| 2776 |
-
"examples/
|
| 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/
|
| 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" },
|