Update requirements.txt to add qwen-vl-utils and torchvision dependencies for enhanced functionality.
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -22,4 +22,5 @@ fasttext
|
|
| 22 |
pillow
|
| 23 |
cachetools
|
| 24 |
python-multipart
|
| 25 |
-
qwen-vl-utils
|
|
|
|
|
|
| 22 |
pillow
|
| 23 |
cachetools
|
| 24 |
python-multipart
|
| 25 |
+
qwen-vl-utils
|
| 26 |
+
torchvision
|