Spaces:
Runtime error
Runtime error
tc-ha
commited on
Commit
•
ae88fb8
1
Parent(s):
e57c0e3
add requirement
Browse files- requirements.txt +8 -9
requirements.txt
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
-
datasets
|
2 |
-
editdistance
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
Pillow==9.4.0
|
7 |
torch
|
8 |
-
tqdm
|
9 |
-
transformers
|
10 |
-
thefuzz
|
|
|
1 |
+
datasets
|
2 |
+
editdistance
|
3 |
+
numpy
|
4 |
+
pandas
|
5 |
+
Pillow
|
|
|
6 |
torch
|
7 |
+
tqdm
|
8 |
+
transformers
|
9 |
+
thefuzz
|