Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -8
requirements.txt
CHANGED
@@ -1,12 +1,9 @@
|
|
1 |
-
streamlit==1.
|
2 |
torch==2.0.1
|
3 |
torchvision==0.15.2
|
4 |
-
transformers==4.
|
5 |
-
Pillow==
|
6 |
-
numpy==1.
|
7 |
-
|
8 |
-
matplotlib==3.7.1
|
9 |
-
opencv-python-headless==4.7.0.72
|
10 |
scikit-image==0.21.0
|
11 |
-
pandas==2.0.3
|
12 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
|
|
1 |
+
streamlit==1.28.2
|
2 |
torch==2.0.1
|
3 |
torchvision==0.15.2
|
4 |
+
transformers==4.35.2
|
5 |
+
Pillow==10.1.0
|
6 |
+
numpy==1.24.3
|
7 |
+
opencv-python-headless==4.8.1.78
|
|
|
|
|
8 |
scikit-image==0.21.0
|
|
|
9 |
--extra-index-url https://download.pytorch.org/whl/cpu
|