Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +17 -15
requirements.txt
CHANGED
@@ -1,18 +1,20 @@
|
|
1 |
-
gradio
|
2 |
-
transformers
|
3 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
4 |
torch==2.1.2+cpu
|
|
|
|
|
5 |
openai-whisper==20231106
|
6 |
-
beautifulsoup4
|
7 |
-
requests
|
8 |
-
pandas
|
9 |
-
openpyxl
|
10 |
-
python-docx
|
11 |
-
PyMuPDF
|
12 |
-
pydub
|
13 |
-
tqdm
|
14 |
-
numpy
|
15 |
-
sentencepiece
|
16 |
-
accelerate
|
17 |
-
hf-transfer
|
18 |
-
protobuf
|
|
|
1 |
+
gradio==4.13.0
|
2 |
+
transformers==4.40.2
|
3 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
4 |
torch==2.1.2+cpu
|
5 |
+
torchvision==0.16.2+cpu
|
6 |
+
torchaudio==2.1.2+cpu
|
7 |
openai-whisper==20231106
|
8 |
+
beautifulsoup4==4.12.2
|
9 |
+
requests==2.31.0
|
10 |
+
pandas==2.2.1
|
11 |
+
openpyxl==3.1.2
|
12 |
+
python-docx==0.8.11
|
13 |
+
PyMuPDF==1.23.8
|
14 |
+
pydub==0.25.1
|
15 |
+
tqdm==4.66.1
|
16 |
+
numpy==1.26.4
|
17 |
+
sentencepiece==0.2.0
|
18 |
+
accelerate==0.29.0
|
19 |
+
hf-transfer==0.1.6
|
20 |
+
protobuf==3.20.3
|