Spaces:
Runtime error
Runtime error
LinB203
commited on
Commit
β’
9dbd9d1
1
Parent(s):
d1b9dab
demo
Browse files- app.py +0 -52
- examples/sample_demo_10.mp4 +0 -3
- examples/sample_demo_11.mp4 +0 -3
- examples/sample_demo_13.mp4 +0 -3
- examples/sample_demo_14.mp4 +0 -3
- examples/sample_demo_15.mp4 +0 -3
- examples/sample_demo_17.mp4 +0 -3
- examples/sample_demo_19.mp4 +0 -3
- examples/sample_demo_2.mp4 +0 -3
- examples/sample_demo_20.mp4 +0 -3
- examples/sample_demo_21.mp4 +0 -3
- examples/sample_demo_23.mp4 +0 -3
- examples/sample_demo_3.mp4 +0 -0
- examples/sample_demo_4.mp4 +0 -3
- examples/sample_demo_6.mp4 +0 -3
- examples/sample_demo_9.mp4 +0 -0
app.py
CHANGED
@@ -232,18 +232,6 @@ with gr.Blocks(title='Video-LLaVAπ', theme=gr.themes.Default(), css=block_css
|
|
232 |
f"{cur_dir}/examples/sample_demo_1.mp4",
|
233 |
"Why is this video funny?",
|
234 |
],
|
235 |
-
[
|
236 |
-
f"{cur_dir}/examples/sample_demo_2.mp4",
|
237 |
-
"what is strange about this video?",
|
238 |
-
],
|
239 |
-
[
|
240 |
-
f"{cur_dir}/examples/sample_demo_4.mp4",
|
241 |
-
"what is unusual about this video?",
|
242 |
-
],
|
243 |
-
[
|
244 |
-
f"{cur_dir}/examples/sample_demo_6.mp4",
|
245 |
-
"Can you write a short poem inspired fom the video.",
|
246 |
-
],
|
247 |
[
|
248 |
f"{cur_dir}/examples/sample_demo_7.mp4",
|
249 |
"Create a short fairy tale with a moral lesson inspired by the video.",
|
@@ -252,58 +240,18 @@ with gr.Blocks(title='Video-LLaVAπ', theme=gr.themes.Default(), css=block_css
|
|
252 |
f"{cur_dir}/examples/sample_demo_8.mp4",
|
253 |
"Where is this video taken from? What place/landmark is shown in the video?",
|
254 |
],
|
255 |
-
[
|
256 |
-
f"{cur_dir}/examples/sample_demo_10.mp4",
|
257 |
-
"Describe the video in detail.",
|
258 |
-
],
|
259 |
-
[
|
260 |
-
f"{cur_dir}/examples/sample_demo_11.mp4",
|
261 |
-
"What is the main focus of the video.",
|
262 |
-
],
|
263 |
[
|
264 |
f"{cur_dir}/examples/sample_demo_12.mp4",
|
265 |
"What does the woman use to split the logs and how does she do it?",
|
266 |
],
|
267 |
-
[
|
268 |
-
f"{cur_dir}/examples/sample_demo_13.mp4",
|
269 |
-
"Describe the video.",
|
270 |
-
],
|
271 |
-
[
|
272 |
-
f"{cur_dir}/examples/sample_demo_14.mp4",
|
273 |
-
"What is the video about?",
|
274 |
-
],
|
275 |
-
[
|
276 |
-
f"{cur_dir}/examples/sample_demo_15.mp4",
|
277 |
-
"What is the main challenge faced by the people on the boat?",
|
278 |
-
],
|
279 |
-
[
|
280 |
-
f"{cur_dir}/examples/sample_demo_17.mp4",
|
281 |
-
"What activities are the woman and the dog engaged in the video?",
|
282 |
-
],
|
283 |
[
|
284 |
f"{cur_dir}/examples/sample_demo_18.mp4",
|
285 |
"Describe the video in detail.",
|
286 |
],
|
287 |
-
[
|
288 |
-
f"{cur_dir}/examples/sample_demo_19.mp4",
|
289 |
-
"What is the video about?",
|
290 |
-
],
|
291 |
-
[
|
292 |
-
f"{cur_dir}/examples/sample_demo_20.mp4",
|
293 |
-
"Can you describe the process for cleaning a screen window as demonstrated in the video?",
|
294 |
-
],
|
295 |
-
[
|
296 |
-
f"{cur_dir}/examples/sample_demo_21.mp4",
|
297 |
-
"Step-by-step describe the cooking recipe shown in the video.",
|
298 |
-
],
|
299 |
[
|
300 |
f"{cur_dir}/examples/sample_demo_22.mp4",
|
301 |
"Describe the activity in the video.",
|
302 |
],
|
303 |
-
[
|
304 |
-
f"{cur_dir}/examples/sample_demo_23.mp4",
|
305 |
-
"Briefly describe the video.",
|
306 |
-
],
|
307 |
],
|
308 |
inputs=[video, textbox],
|
309 |
)
|
|
|
232 |
f"{cur_dir}/examples/sample_demo_1.mp4",
|
233 |
"Why is this video funny?",
|
234 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
235 |
[
|
236 |
f"{cur_dir}/examples/sample_demo_7.mp4",
|
237 |
"Create a short fairy tale with a moral lesson inspired by the video.",
|
|
|
240 |
f"{cur_dir}/examples/sample_demo_8.mp4",
|
241 |
"Where is this video taken from? What place/landmark is shown in the video?",
|
242 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
243 |
[
|
244 |
f"{cur_dir}/examples/sample_demo_12.mp4",
|
245 |
"What does the woman use to split the logs and how does she do it?",
|
246 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
247 |
[
|
248 |
f"{cur_dir}/examples/sample_demo_18.mp4",
|
249 |
"Describe the video in detail.",
|
250 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
251 |
[
|
252 |
f"{cur_dir}/examples/sample_demo_22.mp4",
|
253 |
"Describe the activity in the video.",
|
254 |
],
|
|
|
|
|
|
|
|
|
255 |
],
|
256 |
inputs=[video, textbox],
|
257 |
)
|
examples/sample_demo_10.mp4
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:99275cb85af7f0c1521dac41046d29ac9ee8cb80b2ecd7964870075dae703a26
|
3 |
-
size 38059458
|
|
|
|
|
|
|
|
examples/sample_demo_11.mp4
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:3a4fed94228beef9ab34625be0671c92aab204020621389a847772664cd19786
|
3 |
-
size 16244603
|
|
|
|
|
|
|
|
examples/sample_demo_13.mp4
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:13384915331bf749fa31e2f4cbbd85ca90439b81b2390b4b512bd24b0dbd8bae
|
3 |
-
size 19356822
|
|
|
|
|
|
|
|
examples/sample_demo_14.mp4
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b7fbcabb7b54d0dd41f6a631af0946ddda8b6709f1c243dd4007cb6ac3922cf0
|
3 |
-
size 35899018
|
|
|
|
|
|
|
|
examples/sample_demo_15.mp4
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:35619eb38bc0327cc69f896000a4b5f839d245fa6e224b791be73a56c457e733
|
3 |
-
size 11781149
|
|
|
|
|
|
|
|
examples/sample_demo_17.mp4
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:2aa8c54358df1ed492f58998651222449c22fc5c43b4a588db5c8797d04debc6
|
3 |
-
size 12613835
|
|
|
|
|
|
|
|
examples/sample_demo_19.mp4
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:587d7b9d7383defd0110fe5db3f170ed2604d0a9d1cf72528d35f381486643d8
|
3 |
-
size 16750601
|
|
|
|
|
|
|
|
examples/sample_demo_2.mp4
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:6adab4b1451d1edc0ef148e2c169dde7121f5c36e7df2233cabbd8de2dc96e42
|
3 |
-
size 65877104
|
|
|
|
|
|
|
|
examples/sample_demo_20.mp4
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:48d9e9920e61fe1a342d14750f0043e2c6dd8a2c1bd7fb43ca123f7d739e52f5
|
3 |
-
size 29034351
|
|
|
|
|
|
|
|
examples/sample_demo_21.mp4
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:82932730369747b9333b82271fc5c96504e742bdae6cd3b57f972ef962939a21
|
3 |
-
size 23185921
|
|
|
|
|
|
|
|
examples/sample_demo_23.mp4
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:adbdb772128cae6ee5465c539eb47059537b71c8f087b6e8d8c96c2ceeb47663
|
3 |
-
size 23607535
|
|
|
|
|
|
|
|
examples/sample_demo_3.mp4
DELETED
Binary file (464 kB)
|
|
examples/sample_demo_4.mp4
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:3f47e3558f2ca10027897816a44279397a762f9ffa0297d1d156410aa0e669b1
|
3 |
-
size 14343561
|
|
|
|
|
|
|
|
examples/sample_demo_6.mp4
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:7188453bc2d04d6fe701f41b0ea7136c3ec520e5e3c9743c1ae557eb88e524b7
|
3 |
-
size 7249729
|
|
|
|
|
|
|
|
examples/sample_demo_9.mp4
DELETED
Binary file (632 kB)
|
|