Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +30 -0
requirements.txt
CHANGED
@@ -6,4 +6,34 @@ SpeechRecognition
|
|
6 |
Werkzeug==2.2.2
|
7 |
pygame
|
8 |
soundfile
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
|
|
6 |
Werkzeug==2.2.2
|
7 |
pygame
|
8 |
soundfile
|
9 |
+
aiohttp==3.8.5
|
10 |
+
async==0.6.2
|
11 |
+
async-timeout==4.0.3
|
12 |
+
asyncio==3.4.3
|
13 |
+
Flask==3.0.0
|
14 |
+
flask-socketio
|
15 |
+
Flask[async]==3.0.0
|
16 |
+
Inflector==3.1.0
|
17 |
+
inflect
|
18 |
+
numpy==1.24.0
|
19 |
+
openpyxl==3.1.2
|
20 |
+
pandas==2.0.3
|
21 |
+
pyaudio
|
22 |
+
requests==2.31.0
|
23 |
+
requests-oauthlib==1.3.1
|
24 |
+
spacy==3.7
|
25 |
+
spacy-alignments==0.9.1
|
26 |
+
spacy-legacy==3.0.12
|
27 |
+
spacy-loggers==1.0.5
|
28 |
+
spacy-transformers==1.2.5
|
29 |
+
SpeechRecognition==3.10.0
|
30 |
+
tensorflow==2.13.1
|
31 |
+
tensorflow-estimator>=2.13.0
|
32 |
+
tensorflow-intel==0.0.1
|
33 |
+
tensorflow-io-gcs-filesystem==0.31.0
|
34 |
+
transformers==4.30.2
|
35 |
+
unicodedata2==15.1.0
|
36 |
+
xlrd2==1.3.4
|
37 |
+
Werkzeug
|
38 |
+
https://huggingface.co/spacy/es_core_news_md/resolve/main/es_core_news_md-any-py3-none-any.whl
|
39 |
|