Spaces:
Runtime error
Runtime error
updated req
Browse files- requirements.txt +2 -7
requirements.txt
CHANGED
|
@@ -1,18 +1,13 @@
|
|
| 1 |
transformers==4.31.0
|
| 2 |
-
|
| 3 |
dill==0.3.4
|
| 4 |
seqeval==1.2.2
|
| 5 |
-
# accelerate
|
| 6 |
flask==2.3.3
|
| 7 |
fastai==1.0.61
|
| 8 |
-
# pytesseract==0.3.8
|
| 9 |
pillow==9.5.0
|
| 10 |
pandas==2.0.3
|
| 11 |
tqdm==4.66.1
|
| 12 |
gunicorn
|
| 13 |
-
opencv-python-headless
|
| 14 |
-
# transformers==4.31.0
|
| 15 |
numpy==1.24.3
|
| 16 |
-
# datasets==2.14.6
|
| 17 |
-
datasets @ git+https://github.com/huggingface/datasets.git@a1e1867e932f14233244fb25713f3c94c46ff50a
|
| 18 |
Werkzeug==2.3.7
|
|
|
|
| 1 |
transformers==4.31.0
|
| 2 |
+
datasets @ git+https://github.com/huggingface/datasets.git@a1e1867e932f14233244fb25713f3c94c46ff50a
|
| 3 |
dill==0.3.4
|
| 4 |
seqeval==1.2.2
|
|
|
|
| 5 |
flask==2.3.3
|
| 6 |
fastai==1.0.61
|
|
|
|
| 7 |
pillow==9.5.0
|
| 8 |
pandas==2.0.3
|
| 9 |
tqdm==4.66.1
|
| 10 |
gunicorn
|
| 11 |
+
opencv-python-headless==4.9.0.80
|
|
|
|
| 12 |
numpy==1.24.3
|
|
|
|
|
|
|
| 13 |
Werkzeug==2.3.7
|