Spaces:
Runtime error
Runtime error
xiomarablanco
commited on
Commit
•
4f9ff79
1
Parent(s):
4ecf347
Agregar archivo requirements.txt
Browse files- api/requirements.txt +0 -0
- requirements.txt +15 -6
api/requirements.txt
ADDED
File without changes
|
requirements.txt
CHANGED
@@ -1,6 +1,15 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
cyhunspell==2.0.2
|
2 |
+
datasets==2.7.1
|
3 |
+
Flask==2.0.1
|
4 |
+
gradio==3.23.0
|
5 |
+
hunspell==0.5.5
|
6 |
+
matplotlib==3.5.1
|
7 |
+
nltk==3.6.5
|
8 |
+
numpy==1.19.5
|
9 |
+
pandas==1.3.4
|
10 |
+
scikit_learn==1.2.2
|
11 |
+
seaborn==0.12.2
|
12 |
+
sentence_transformers==2.2.2
|
13 |
+
spacy==3.4.4
|
14 |
+
torch==1.13.1
|
15 |
+
yake==0.4.8
|