update video files

#8
by youngsheen - opened
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.1,
247
  maximum=1.0,
248
- value=0.2,
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.7,
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/WBS4I.mp4",
294
- "Please describe the video.",
295
  ],
296
  [
297
- f"{cur_dir}/examples/sample_demo_1.mp4",
298
- "Please describe the video.",
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:7129dddf8da11c9296845eed65f0016dc67a503972c57500fe9f7c3ad2ee1ff3
3
- size 1052064
 
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:fc6562a172eb9cb3c760a3c9992349c1faa2c793c112b7b9e50bd5cb17c2164d
3
- size 1549315
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:690715aa60372e1cd130d9358cfa042eda0d74601e987314b2a8f193faaeff92
3
+ size 172204