Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
|
2 |
git+https://github.com/boudinfl/pke.git
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
gradio
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
1 |
+
flashtext==2.7
|
2 |
git+https://github.com/boudinfl/pke.git
|
3 |
+
transformers==4.8.1
|
4 |
+
sentencepiece==0.1.95
|
5 |
+
textwrap3==0.9.2
|
6 |
gradio
|
7 |
+
strsim==0.0.3
|
8 |
+
sense2vec==2.0.0
|
9 |
+
ipython-autotime
|
10 |
+
sentence-transformers==2.2.2
|