Spaces:
Running
on
Zero
Running
on
Zero
update video files (#8)
Browse files- update video files (90a521c6e7d1638d524fcb705e7b1608df1870bf)
- update video files (374500c75fc901e185bd552d2c04931a997c652a)
Co-authored-by: yongxinzhu <[email protected]>
app.py
CHANGED
|
@@ -243,9 +243,9 @@ with gr.Blocks(title='VideoLLaMA 2 π₯ππ₯', theme=theme, css=block_css) as
|
|
| 243 |
va_tag = gr.Radio(choices=["Audio Vision", "Vision Only", "Audio Only"], value="Audio Vision", label="Select one")
|
| 244 |
|
| 245 |
temperature = gr.Slider(
|
| 246 |
-
minimum=0.
|
| 247 |
maximum=1.0,
|
| 248 |
-
value=0.
|
| 249 |
step=0.1,
|
| 250 |
interactive=True,
|
| 251 |
label="Temperature",
|
|
@@ -254,7 +254,7 @@ with gr.Blocks(title='VideoLLaMA 2 π₯ππ₯', theme=theme, css=block_css) as
|
|
| 254 |
top_p = gr.Slider(
|
| 255 |
minimum=0.0,
|
| 256 |
maximum=1.0,
|
| 257 |
-
value=0.
|
| 258 |
step=0.1,
|
| 259 |
interactive=True,
|
| 260 |
label="Top P",
|
|
@@ -290,12 +290,12 @@ with gr.Blocks(title='VideoLLaMA 2 π₯ππ₯', theme=theme, css=block_css) as
|
|
| 290 |
gr.Examples(
|
| 291 |
examples=[
|
| 292 |
[
|
| 293 |
-
f"{cur_dir}/examples/
|
| 294 |
-
"
|
| 295 |
],
|
| 296 |
[
|
| 297 |
-
f"{cur_dir}/examples/
|
| 298 |
-
"
|
| 299 |
],
|
| 300 |
],
|
| 301 |
inputs=[video, textbox],
|
|
|
|
| 243 |
va_tag = gr.Radio(choices=["Audio Vision", "Vision Only", "Audio Only"], value="Audio Vision", label="Select one")
|
| 244 |
|
| 245 |
temperature = gr.Slider(
|
| 246 |
+
minimum=0.0,
|
| 247 |
maximum=1.0,
|
| 248 |
+
value=0.0,
|
| 249 |
step=0.1,
|
| 250 |
interactive=True,
|
| 251 |
label="Temperature",
|
|
|
|
| 254 |
top_p = gr.Slider(
|
| 255 |
minimum=0.0,
|
| 256 |
maximum=1.0,
|
| 257 |
+
value=0.9,
|
| 258 |
step=0.1,
|
| 259 |
interactive=True,
|
| 260 |
label="Top P",
|
|
|
|
| 290 |
gr.Examples(
|
| 291 |
examples=[
|
| 292 |
[
|
| 293 |
+
f"{cur_dir}/examples/output_v_1jgsRbGzCls.mp4",
|
| 294 |
+
"What activity are the people practicing in the video?",
|
| 295 |
],
|
| 296 |
[
|
| 297 |
+
f"{cur_dir}/examples/output_v_3V9tzjyr51I.mp4",
|
| 298 |
+
"What is the man doing in the video?",
|
| 299 |
],
|
| 300 |
],
|
| 301 |
inputs=[video, textbox],
|
examples/{WBS4I.mp4 β output_v_1jgsRbGzCls.mp4}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eea8875fa088c6450cb9a152a593327b2e072cebb2b717dd532217b0b4a9181c
|
| 3 |
+
size 1993276
|
examples/{sample_demo_1.mp4 β output_v_3V9tzjyr51I.mp4}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:690715aa60372e1cd130d9358cfa042eda0d74601e987314b2a8f193faaeff92
|
| 3 |
+
size 172204
|