Spaces:
Running
on
Zero
Running
on
Zero
fix: default examples
Browse files
app.py
CHANGED
@@ -63,9 +63,9 @@ example_video_dir = "assets/examples/driving"
|
|
63 |
data_examples = [
|
64 |
[osp.join(example_portrait_dir, "s9.jpg"), osp.join(example_video_dir, "d0.mp4"), True, True, True, True],
|
65 |
[osp.join(example_portrait_dir, "s6.jpg"), osp.join(example_video_dir, "d0.mp4"), True, True, True, True],
|
66 |
-
[osp.join(example_portrait_dir, "s10.jpg"), osp.join(example_video_dir, "
|
67 |
-
[osp.join(example_portrait_dir, "s5.jpg"), osp.join(example_video_dir, "
|
68 |
-
[osp.join(example_portrait_dir, "s7.jpg"), osp.join(example_video_dir, "
|
69 |
]
|
70 |
#################### interface logic ####################
|
71 |
|
|
|
63 |
data_examples = [
|
64 |
[osp.join(example_portrait_dir, "s9.jpg"), osp.join(example_video_dir, "d0.mp4"), True, True, True, True],
|
65 |
[osp.join(example_portrait_dir, "s6.jpg"), osp.join(example_video_dir, "d0.mp4"), True, True, True, True],
|
66 |
+
[osp.join(example_portrait_dir, "s10.jpg"), osp.join(example_video_dir, "d0.mp4"), True, True, True, True],
|
67 |
+
[osp.join(example_portrait_dir, "s5.jpg"), osp.join(example_video_dir, "d15.mp4"), True, True, True, True],
|
68 |
+
[osp.join(example_portrait_dir, "s7.jpg"), osp.join(example_video_dir, "d16.mp4"), True, True, True, True],
|
69 |
]
|
70 |
#################### interface logic ####################
|
71 |
|