Safetensors
English
qwen2_vl
qwen_vl
video
real-time
multimodal
LLM
chenjoya commited on
Commit
1217b45
·
verified ·
1 Parent(s): 626ff17

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -174,6 +174,7 @@ class LiveCCDemoInfer:
174
  yield (start_timestamp, stop_timestamp), self.processor.decode(outputs.sequences[0, inputs.input_ids.size(1):], skip_special_tokens=True), state
175
 
176
  model_path = 'chenjoya/LiveCC-7B-Instruct'
 
177
  video_path = "demo/sources/howto_fix_laptop_mute_1080p.mp4"
178
  query = "Please describe the video."
179
 
 
174
  yield (start_timestamp, stop_timestamp), self.processor.decode(outputs.sequences[0, inputs.input_ids.size(1):], skip_special_tokens=True), state
175
 
176
  model_path = 'chenjoya/LiveCC-7B-Instruct'
177
+ # download a test video at: https://github.com/showlab/livecc/blob/main/demo/sources/howto_fix_laptop_mute_1080p.mp4
178
  video_path = "demo/sources/howto_fix_laptop_mute_1080p.mp4"
179
  query = "Please describe the video."
180