Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=1.9.0
|
2 |
+
torchvision>=0.10.0
|
3 |
+
transformers>=4.21.0
|
4 |
+
datasets>=2.0.0
|
5 |
+
Pillow>=8.3.0
|
6 |
+
numpy>=1.21.0
|
7 |
+
opencv-python>=4.5.0
|
8 |
+
easyocr>=1.6.0
|
9 |
+
pix2text>=1.0.0
|
10 |
+
huggingface-hub>=0.10.0
|
11 |
+
gradio>=3.0.0
|
12 |
+
accelerate>=0.12.0
|