Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
torch>=2.0.0
|
2 |
transformers>=4.34.0
|
|
|
3 |
gradio>=4.13.0
|
4 |
Pillow>=9.0.0
|
5 |
bitsandbytes>=0.41.1
|
|
|
1 |
torch>=2.0.0
|
2 |
transformers>=4.34.0
|
3 |
+
torchvision
|
4 |
gradio>=4.13.0
|
5 |
Pillow>=9.0.0
|
6 |
bitsandbytes>=0.41.1
|