Update README.md
Browse files
README.md
CHANGED
|
@@ -43,7 +43,7 @@ Please refer to https://github.com/showlab/livecc:
|
|
| 43 |
Like qwen-vl-utils, we offer a toolkit to help you handle various types of visual input more conveniently, **especially on video streaming inputs**. You can install it using the following command:
|
| 44 |
|
| 45 |
```bash
|
| 46 |
-
pip install qwen-vl-utils livecc-utils
|
| 47 |
```
|
| 48 |
|
| 49 |
Here we show a code snippet to show you how to do **real-time video commentary** with `transformers` and the above utils:
|
|
|
|
| 43 |
Like qwen-vl-utils, we offer a toolkit to help you handle various types of visual input more conveniently, **especially on video streaming inputs**. You can install it using the following command:
|
| 44 |
|
| 45 |
```bash
|
| 46 |
+
pip install qwen-vl-utils livecc-utils liger_kernel
|
| 47 |
```
|
| 48 |
|
| 49 |
Here we show a code snippet to show you how to do **real-time video commentary** with `transformers` and the above utils:
|