Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -14
requirements.txt
CHANGED
@@ -1,18 +1,13 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
7 |
git+https://github.com/openai/whisper.git
|
8 |
-
|
9 |
-
gradio==4.25.0
|
10 |
-
openai
|
11 |
-
pdfplumber
|
12 |
-
python-docx
|
13 |
-
pandas
|
14 |
-
Pillow
|
15 |
-
torch
|
16 |
|
17 |
|
18 |
|
|
|
1 |
+
gradio==4.21.0
|
2 |
+
openai==1.33.0
|
3 |
+
pdfplumber==0.5.28
|
4 |
+
python-docx==1.1.0
|
5 |
+
pandas==2.2.2
|
6 |
+
Pillow==10.3.0
|
7 |
+
whisper==1.1.10
|
8 |
+
torch==2.2.2
|
9 |
git+https://github.com/openai/whisper.git
|
10 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
|
13 |
|