Spaces:
Runtime error
Runtime error
Commit
·
25e677a
1
Parent(s):
a71cc4a
added gradio pyttsx3 PyPDF2
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -5,4 +5,7 @@ pdfminer.six
|
|
5 |
--extra-index-url https://pypi.org/simple/
|
6 |
balacoon-tts==0.1.1
|
7 |
huggingface_hub
|
8 |
-
numpy
|
|
|
|
|
|
|
|
5 |
--extra-index-url https://pypi.org/simple/
|
6 |
balacoon-tts==0.1.1
|
7 |
huggingface_hub
|
8 |
+
numpy
|
9 |
+
gradio
|
10 |
+
pyttsx3
|
11 |
+
PyPDF2
|