Spaces:
Build error
Build error
mayuema commited on
Commit ·
76ea0fb
1
Parent(s): 08d6a1c
updata
Browse files- example.py +24 -24
example.py
CHANGED
|
@@ -19,29 +19,29 @@ style_example = [
|
|
| 19 |
"Skeleton Video",
|
| 20 |
8,1,0,0,0,0
|
| 21 |
],
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
|
| 47 |
]
|
|
|
|
| 19 |
"Skeleton Video",
|
| 20 |
8,1,0,0,0,0
|
| 21 |
],
|
| 22 |
+
[
|
| 23 |
+
"./data/example_video/dancing_example_3.mp4",
|
| 24 |
+
"Astronauts on the moon",
|
| 25 |
+
50,
|
| 26 |
+
12,
|
| 27 |
+
"Skeleton Video",
|
| 28 |
+
8,1,0,0,0,0
|
| 29 |
+
],
|
| 30 |
+
[
|
| 31 |
+
"./data/example_video/dancing_example_4.mp4",
|
| 32 |
+
"Superman on the forest",
|
| 33 |
+
50,
|
| 34 |
+
12,
|
| 35 |
+
"Raw Video",
|
| 36 |
+
8,1,0,0,0,0
|
| 37 |
+
],
|
| 38 |
+
[
|
| 39 |
+
"./data/example_video/dancing_example_5.mp4",
|
| 40 |
+
"Hulk on the sea",
|
| 41 |
+
50,
|
| 42 |
+
12,
|
| 43 |
+
"Raw Video",
|
| 44 |
+
8,1,0,0,0,0
|
| 45 |
+
]
|
| 46 |
|
| 47 |
]
|