Spaces:
Runtime error
Runtime error
parvezalmuqtadir
commited on
Commit
•
e7d819e
1
Parent(s):
c35538c
Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
streamlit
|
2 |
-
openai
|
3 |
langchain
|
4 |
unstructured
|
5 |
pdf2image
|
@@ -11,4 +11,8 @@ tiktoken
|
|
11 |
python-dotenv
|
12 |
requests
|
13 |
pydub
|
14 |
-
gtts
|
|
|
|
|
|
|
|
|
|
1 |
streamlit
|
2 |
+
openai==0.28
|
3 |
langchain
|
4 |
unstructured
|
5 |
pdf2image
|
|
|
11 |
python-dotenv
|
12 |
requests
|
13 |
pydub
|
14 |
+
gtts
|
15 |
+
certifi
|
16 |
+
git+https://github.com/openai/whisper.git
|
17 |
+
streamlit-audiorecorder
|
18 |
+
whisper
|