Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -2,10 +2,12 @@ streamlit==1.29.0
|
|
2 |
opencv-python-headless==4.8.1.78
|
3 |
numpy==1.26.2
|
4 |
Pillow==10.1.0
|
5 |
-
transformers==4.
|
|
|
6 |
torch==2.1.1
|
7 |
torchvision==0.16.1
|
8 |
ultralytics==8.1.1
|
9 |
python-Levenshtein==0.23.0
|
10 |
-
sentencepiece==0.1.
|
11 |
-
protobuf==
|
|
|
|
2 |
opencv-python-headless==4.8.1.78
|
3 |
numpy==1.26.2
|
4 |
Pillow==10.1.0
|
5 |
+
transformers==4.31.0
|
6 |
+
tokenizers==0.13.3
|
7 |
torch==2.1.1
|
8 |
torchvision==0.16.1
|
9 |
ultralytics==8.1.1
|
10 |
python-Levenshtein==0.23.0
|
11 |
+
sentencepiece==0.1.98
|
12 |
+
protobuf==3.20.3
|
13 |
+
huggingface-hub==0.16.4
|