Alexislhb commited on
Commit
c4de598
·
verified ·
1 Parent(s): 3ef31d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -67,7 +67,7 @@ trimmed = [o[len(i):] for i, o in zip(inputs.input_ids, out_ids)]
67
  print(processor.batch_decode(trimmed, skip_special_tokens=True)[0])
68
  ```
69
 
70
- **video**
71
 
72
  ```python
73
  import cv2
 
67
  print(processor.batch_decode(trimmed, skip_special_tokens=True)[0])
68
  ```
69
 
70
+ **Video**
71
 
72
  ```python
73
  import cv2