Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -9
requirements.txt
CHANGED
@@ -1,11 +1,3 @@
|
|
1 |
-
gradio>=4.0.0
|
2 |
-
pdfplumber>=0.7.0
|
3 |
-
python-docx>=0.8.11
|
4 |
-
pandas>=1.5.0
|
5 |
-
Pillow>=9.0.0
|
6 |
-
openai-whisper>=20231117
|
7 |
-
openai>=1.0.0
|
8 |
-
torch>=2.0.0
|
9 |
torchaudio>=2.0.0
|
10 |
numpy>=1.21.0
|
11 |
requests>=2.28.0
|
@@ -13,8 +5,14 @@ aiofiles>=22.0.0
|
|
13 |
python-multipart>=0.0.18
|
14 |
uvicorn>=0.14.0
|
15 |
git+https://github.com/openai/whisper.git
|
16 |
-
gradio>=4.25.0
|
17 |
uuid
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
torchaudio>=2.0.0
|
2 |
numpy>=1.21.0
|
3 |
requests>=2.28.0
|
|
|
5 |
python-multipart>=0.0.18
|
6 |
uvicorn>=0.14.0
|
7 |
git+https://github.com/openai/whisper.git
|
|
|
8 |
uuid
|
9 |
+
gradio==4.25.0
|
10 |
+
openai
|
11 |
+
pdfplumber
|
12 |
+
python-docx
|
13 |
+
pandas
|
14 |
+
Pillow
|
15 |
+
torch
|
16 |
|
17 |
|
18 |
|