Spaces:
Runtime error
Runtime error
CamiloVega
commited on
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
gradio>=4.0.0
|
2 |
transformers>=4.40.0
|
3 |
accelerate>=0.29.0
|
4 |
-
torch>=2.2.0
|
5 |
-
numpy>=1.26.0
|
6 |
openai-whisper==20231106
|
|
|
7 |
beautifulsoup4>=4.12.0
|
8 |
requests>=2.31.0
|
9 |
pandas>=2.0.2
|
10 |
openpyxl>=3.1.2
|
11 |
python-docx>=0.8.11
|
12 |
-
PyMuPDF>=1.23.
|
13 |
pydub>=0.25.1
|
14 |
-
tqdm>=4.
|
|
|
15 |
sentencepiece>=0.2.0
|
16 |
hf-transfer>=0.1.6
|
17 |
-
|
|
|
1 |
gradio>=4.0.0
|
2 |
transformers>=4.40.0
|
3 |
accelerate>=0.29.0
|
|
|
|
|
4 |
openai-whisper==20231106
|
5 |
+
torch>=2.2.0
|
6 |
beautifulsoup4>=4.12.0
|
7 |
requests>=2.31.0
|
8 |
pandas>=2.0.2
|
9 |
openpyxl>=3.1.2
|
10 |
python-docx>=0.8.11
|
11 |
+
PyMuPDF>=1.23.5
|
12 |
pydub>=0.25.1
|
13 |
+
tqdm>=4.66.0
|
14 |
+
numpy>=1.26.4
|
15 |
sentencepiece>=0.2.0
|
16 |
hf-transfer>=0.1.6
|
17 |
+
protobuf>=3.20.0
|