Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -3,8 +3,8 @@ easyocr
|
|
3 |
altair<5.0
|
4 |
streamlit==1.26.0
|
5 |
opencv-python-headless #==4.5.5.64
|
6 |
-
torch #==1.12.1
|
7 |
-
torchvision #==0.13.1
|
8 |
Pillow
|
9 |
#mmcv-full --no-binary mmcv-full
|
10 |
#mmcv
|
|
|
3 |
altair<5.0
|
4 |
streamlit==1.26.0
|
5 |
opencv-python-headless #==4.5.5.64
|
6 |
+
torch==2.0.0 #==1.12.1
|
7 |
+
torchvision==0.15.1 #==0.13.1
|
8 |
Pillow
|
9 |
#mmcv-full --no-binary mmcv-full
|
10 |
#mmcv
|