Spaces:
Running
on
Zero
Running
on
Zero
chore: remove nersemble, to add granted ids
Browse files
app.py
CHANGED
@@ -101,8 +101,8 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
101 |
gr.Examples(
|
102 |
examples=[
|
103 |
[osp.join(example_video_dir, "d0.mp4")],
|
104 |
-
[osp.join(example_video_dir, "d5.mp4")],
|
105 |
-
[osp.join(example_video_dir, "d7.mp4")],
|
106 |
[osp.join(example_video_dir, "d14_trim.mp4")],
|
107 |
[osp.join(example_video_dir, "d6_trim.mp4")],
|
108 |
],
|
|
|
101 |
gr.Examples(
|
102 |
examples=[
|
103 |
[osp.join(example_video_dir, "d0.mp4")],
|
104 |
+
# [osp.join(example_video_dir, "d5.mp4")],
|
105 |
+
# [osp.join(example_video_dir, "d7.mp4")],
|
106 |
[osp.join(example_video_dir, "d14_trim.mp4")],
|
107 |
[osp.join(example_video_dir, "d6_trim.mp4")],
|
108 |
],
|