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