A woman raises the arms.
Browse files
app.py
CHANGED
|
@@ -2288,6 +2288,60 @@ with gr.Blocks(title="LTX-2 Video Distilled 🎥🔈") as demo:
|
|
| 2288 |
with gr.Row(elem_id="default_examples"):
|
| 2289 |
gr.Examples(
|
| 2290 |
examples=[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2291 |
[
|
| 2292 |
"supergirl-2.png",
|
| 2293 |
"A woman wakes up.",
|
|
@@ -2380,7 +2434,7 @@ with gr.Blocks(title="LTX-2 Video Distilled 🎥🔈") as demo:
|
|
| 2380 |
],
|
| 2381 |
[
|
| 2382 |
"wednesday.png",
|
| 2383 |
-
"
|
| 2384 |
"Zoom Out",
|
| 2385 |
"16:9",
|
| 2386 |
"Image-to-Video",
|
|
@@ -2389,7 +2443,7 @@ with gr.Blocks(title="LTX-2 Video Distilled 🎥🔈") as demo:
|
|
| 2389 |
],
|
| 2390 |
[
|
| 2391 |
"astronaut.png",
|
| 2392 |
-
"An astronaut hatches from
|
| 2393 |
"Static",
|
| 2394 |
"1:1",
|
| 2395 |
"Image-to-Video",
|
|
|
|
| 2288 |
with gr.Row(elem_id="default_examples"):
|
| 2289 |
gr.Examples(
|
| 2290 |
examples=[
|
| 2291 |
+
[
|
| 2292 |
+
"supergirl-2.png",
|
| 2293 |
+
"A woman starts to sleep.",
|
| 2294 |
+
"Static",
|
| 2295 |
+
"16:9",
|
| 2296 |
+
"Image-to-Video",
|
| 2297 |
+
None,
|
| 2298 |
+
None
|
| 2299 |
+
],
|
| 2300 |
+
[
|
| 2301 |
+
"supergirl-2.png",
|
| 2302 |
+
"A woman starts to sleep.",
|
| 2303 |
+
"Static",
|
| 2304 |
+
"16:9",
|
| 2305 |
+
"Image-to-Video",
|
| 2306 |
+
None,
|
| 2307 |
+
"supergirl.m4a"
|
| 2308 |
+
],
|
| 2309 |
+
[
|
| 2310 |
+
"supergirl-2.png",
|
| 2311 |
+
"A woman starts to sleep.",
|
| 2312 |
+
"Static",
|
| 2313 |
+
"1:1",
|
| 2314 |
+
"Image-to-Video",
|
| 2315 |
+
None,
|
| 2316 |
+
"supergirl.m4a"
|
| 2317 |
+
],
|
| 2318 |
+
[
|
| 2319 |
+
"supergirl-2.png",
|
| 2320 |
+
"A woman raises the arms.",
|
| 2321 |
+
"Static",
|
| 2322 |
+
"16:9",
|
| 2323 |
+
"Image-to-Video",
|
| 2324 |
+
None,
|
| 2325 |
+
"supergirl.m4a"
|
| 2326 |
+
],
|
| 2327 |
+
[
|
| 2328 |
+
"supergirl-2.png",
|
| 2329 |
+
"A woman jumps.",
|
| 2330 |
+
"Static",
|
| 2331 |
+
"16:9",
|
| 2332 |
+
"Image-to-Video",
|
| 2333 |
+
None,
|
| 2334 |
+
"supergirl.m4a"
|
| 2335 |
+
],
|
| 2336 |
+
[
|
| 2337 |
+
"supergirl-2.png",
|
| 2338 |
+
"A woman talks.",
|
| 2339 |
+
"Static",
|
| 2340 |
+
"16:9",
|
| 2341 |
+
"Image-to-Video",
|
| 2342 |
+
None,
|
| 2343 |
+
"supergirl.m4a"
|
| 2344 |
+
],
|
| 2345 |
[
|
| 2346 |
"supergirl-2.png",
|
| 2347 |
"A woman wakes up.",
|
|
|
|
| 2434 |
],
|
| 2435 |
[
|
| 2436 |
"wednesday.png",
|
| 2437 |
+
"The girl looks at us.",
|
| 2438 |
"Zoom Out",
|
| 2439 |
"16:9",
|
| 2440 |
"Image-to-Video",
|
|
|
|
| 2443 |
],
|
| 2444 |
[
|
| 2445 |
"astronaut.png",
|
| 2446 |
+
"An astronaut hatches from an egg.",
|
| 2447 |
"Static",
|
| 2448 |
"1:1",
|
| 2449 |
"Image-to-Video",
|