Spaces:
Runtime error
Runtime error
Commit
·
6c792d8
1
Parent(s):
c757b0d
Update requirements.txt
Browse files- requirements.txt +1 -6
requirements.txt
CHANGED
@@ -6,14 +6,8 @@ soundfile==0.10.2
|
|
6 |
pyttsx3==2.90
|
7 |
nltk==3.6.3
|
8 |
openai
|
9 |
-
dataclasses_json
|
10 |
-
langchain==0.0.240
|
11 |
SpeechRecognition
|
12 |
scipy
|
13 |
-
tempfile
|
14 |
-
logging
|
15 |
-
io
|
16 |
-
os
|
17 |
transformers
|
18 |
boto3
|
19 |
google-cloud-speech
|
@@ -26,3 +20,4 @@ google-cloud-speech
|
|
26 |
|
27 |
|
28 |
|
|
|
|
6 |
pyttsx3==2.90
|
7 |
nltk==3.6.3
|
8 |
openai
|
|
|
|
|
9 |
SpeechRecognition
|
10 |
scipy
|
|
|
|
|
|
|
|
|
11 |
transformers
|
12 |
boto3
|
13 |
google-cloud-speech
|
|
|
20 |
|
21 |
|
22 |
|
23 |
+
|