Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -8,4 +8,6 @@ numpy==1.24.3
|
|
8 |
python-multipart==0.0.6
|
9 |
opencv-python-headless==4.8.1.78
|
10 |
scikit-learn==1.3.2
|
11 |
-
protobuf==4.25.1
|
|
|
|
|
|
8 |
python-multipart==0.0.6
|
9 |
opencv-python-headless==4.8.1.78
|
10 |
scikit-learn==1.3.2
|
11 |
+
protobuf==4.25.1
|
12 |
+
huggingface_hub==0.25.2
|
13 |
+
transformers
|