Spaces:
Runtime error
Runtime error
ugmSorcero
commited on
Commit
•
1fd11ba
1
Parent(s):
cfc1673
Reqs and gitignore
Browse files- .gitignore +3 -1
- requirements.txt +5 -1
.gitignore
CHANGED
@@ -128,4 +128,6 @@ dmypy.json
|
|
128 |
# Pyre type checker
|
129 |
.pyre/
|
130 |
|
131 |
-
.vscode/
|
|
|
|
|
|
128 |
# Pyre type checker
|
129 |
.pyre/
|
130 |
|
131 |
+
.vscode/
|
132 |
+
|
133 |
+
data/audio/
|
requirements.txt
CHANGED
@@ -5,4 +5,8 @@ black==22.8.0
|
|
5 |
plotly==5.10.0
|
6 |
newspaper3k==0.2.8
|
7 |
PyPDF2==2.10.7
|
8 |
-
pytesseract==0.3.10
|
|
|
|
|
|
|
|
|
|
5 |
plotly==5.10.0
|
6 |
newspaper3k==0.2.8
|
7 |
PyPDF2==2.10.7
|
8 |
+
pytesseract==0.3.10
|
9 |
+
soundfile==0.10.3.post1
|
10 |
+
espnet
|
11 |
+
pydub==0.25.1
|
12 |
+
espnet_model_zoo==0.1.7
|