Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
gradio
|
2 |
-
openai==0.28
|
3 |
-
pdfplumber==0.5.28
|
4 |
-
python-docx==1.1.0
|
5 |
-
pandas==2.2.2
|
6 |
-
Pillow==10.3.0
|
7 |
-
torch==2.2.2
|
8 |
-
git+https://github.com/openai/whisper.git
|
9 |
requests
|
|
|
|
|
|
|
|
|
|
|
10 |
torchaudio
|
|
|
|
|
|
|
11 |
|
12 |
|
13 |
|
|
|
1 |
gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
requests
|
3 |
+
pdfplumber
|
4 |
+
python-docx
|
5 |
+
pandas
|
6 |
+
Pillow
|
7 |
+
torch
|
8 |
torchaudio
|
9 |
+
numpy<2
|
10 |
+
git+https://github.com/openai/whisper.git
|
11 |
+
|
12 |
|
13 |
|
14 |
|