Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
-
openai
|
2 |
-
gradio==4.
|
3 |
-
|
4 |
-
|
5 |
python-docx
|
|
|
6 |
pandas
|
7 |
-
|
|
|
8 |
|
|
|
1 |
+
openai-whisper
|
2 |
+
gradio==4.25.0
|
3 |
+
openai==1.30.5
|
4 |
+
groq==0.5.0
|
5 |
python-docx
|
6 |
+
PyPDF2
|
7 |
pandas
|
8 |
+
pdfplumber
|
9 |
+
|
10 |
|