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