Spaces:
Runtime error
Runtime error
Peter
commited on
Commit
·
a021334
1
Parent(s):
74b8229
:wrench: strip package versions
Browse files- requirements.txt +15 -16
requirements.txt
CHANGED
@@ -1,16 +1,15 @@
|
|
1 |
-
transformers
|
2 |
-
sentencepiece
|
3 |
-
tqdm
|
4 |
-
symspellpy
|
5 |
-
requests
|
6 |
-
gradio
|
7 |
-
natsort
|
8 |
-
pandas
|
9 |
-
aitextgen
|
10 |
-
clean-text
|
11 |
-
openwa
|
12 |
-
python-telegram-bot
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
neuspell>=1.0.0
|
|
|
1 |
+
transformers
|
2 |
+
sentencepiece
|
3 |
+
tqdm
|
4 |
+
symspellpy
|
5 |
+
requests
|
6 |
+
gradio
|
7 |
+
natsort
|
8 |
+
pandas
|
9 |
+
aitextgen
|
10 |
+
clean-text
|
11 |
+
openwa
|
12 |
+
python-telegram-bot
|
13 |
+
Flask
|
14 |
+
nltk
|
15 |
+
neuspell
|
|