Update app.py
Browse files
app.py
CHANGED
|
@@ -900,19 +900,19 @@ with gr.Blocks(css=css, title="Wan 2.2 Animate --replace", theme=gr.themes.Ocean
|
|
| 900 |
|
| 901 |
gr.Examples(
|
| 902 |
examples=[
|
| 903 |
-
|
| 904 |
[
|
| 905 |
-
"./examples/
|
| 906 |
2,
|
| 907 |
-
"./examples/
|
| 908 |
"Video ← Ref Image"
|
| 909 |
],
|
| 910 |
-
|
| 911 |
[
|
| 912 |
-
"./examples/
|
| 913 |
2,
|
| 914 |
-
"./examples/
|
| 915 |
-
"Video
|
| 916 |
],
|
| 917 |
|
| 918 |
[
|
|
@@ -922,6 +922,13 @@ with gr.Blocks(css=css, title="Wan 2.2 Animate --replace", theme=gr.themes.Ocean
|
|
| 922 |
"Video → Ref Image"
|
| 923 |
],
|
| 924 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 925 |
[
|
| 926 |
"./examples/test_example.mp4",
|
| 927 |
2,
|
|
|
|
| 900 |
|
| 901 |
gr.Examples(
|
| 902 |
examples=[
|
| 903 |
+
|
| 904 |
[
|
| 905 |
+
"./examples/okay.mp4",
|
| 906 |
2,
|
| 907 |
+
"./examples/amber.png",
|
| 908 |
"Video ← Ref Image"
|
| 909 |
],
|
| 910 |
+
|
| 911 |
[
|
| 912 |
+
"./examples/kat.mp4",
|
| 913 |
2,
|
| 914 |
+
"./examples/cat.png",
|
| 915 |
+
"Video → Ref Image"
|
| 916 |
],
|
| 917 |
|
| 918 |
[
|
|
|
|
| 922 |
"Video → Ref Image"
|
| 923 |
],
|
| 924 |
|
| 925 |
+
[
|
| 926 |
+
"./examples/rachel.mp4",
|
| 927 |
+
2,
|
| 928 |
+
"./examples/james.png",
|
| 929 |
+
"Video ← Ref Image"
|
| 930 |
+
],
|
| 931 |
+
|
| 932 |
[
|
| 933 |
"./examples/test_example.mp4",
|
| 934 |
2,
|