Update README.md
Browse files
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 |
|