Update requirements.txt
Browse files- requirements.txt +3 -7
requirements.txt
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
streamlit==1.41.1
|
2 |
transformers==4.35.2
|
3 |
-
|
4 |
-
|
5 |
-
torchvision==0.16.1+cpu
|
6 |
Pillow==10.1.0
|
7 |
-
numpy==1.26.2
|
8 |
-
protobuf==3.20.0
|
9 |
-
timm==0.9.12
|
10 |
-
python-multipart==0.0.20
|
|
|
1 |
streamlit==1.41.1
|
2 |
transformers==4.35.2
|
3 |
+
torch==2.1.1
|
4 |
+
torchvision==0.16.1
|
|
|
5 |
Pillow==10.1.0
|
6 |
+
numpy==1.26.2
|
|
|
|
|
|