Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +15 -13
requirements.txt
CHANGED
@@ -1,13 +1,15 @@
|
|
1 |
-
gradio
|
2 |
-
transformers
|
3 |
-
whisper==
|
4 |
-
torch>=2.0.
|
5 |
-
beautifulsoup4
|
6 |
-
requests
|
7 |
-
pandas
|
8 |
-
openpyxl
|
9 |
-
docx
|
10 |
-
|
11 |
-
pydub
|
12 |
-
tqdm
|
13 |
-
numpy
|
|
|
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
transformers>=4.30.0
|
3 |
+
openai-whisper==20231106
|
4 |
+
torch>=2.0.1
|
5 |
+
beautifulsoup4>=4.12.0
|
6 |
+
requests>=2.31.0
|
7 |
+
pandas>=2.0.2
|
8 |
+
openpyxl>=3.1.2
|
9 |
+
python-docx>=0.8.11
|
10 |
+
PyMuPDF>=1.23.0
|
11 |
+
pydub>=0.25.1
|
12 |
+
tqdm>=4.65.0
|
13 |
+
numpy>=1.26.0
|
14 |
+
sentencepiece>=0.1.99
|
15 |
+
accelerate>=0.24.0
|