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