Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers
|
2 |
+
sentencepiece==0.1.91
|
3 |
+
pytesseract
|
4 |
+
Pillow==7.1.2
|
5 |
+
pytorch-lightning
|
6 |
+
gradio
|
7 |
+
torchvision
|
8 |
+
scikit-learn
|
9 |
+
pandas
|
10 |
+
matplotlib
|
11 |
+
seaborn
|
12 |
+
numpy
|
13 |
+
torch
|
14 |
+
einops
|
15 |
+
tqdm
|
16 |
+
json
|