CamiloVega commited on
Commit
6311f24
·
verified ·
1 Parent(s): a1c73df

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -15
requirements.txt CHANGED
@@ -1,18 +1,20 @@
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
  openai-whisper==20231106
6
- beautifulsoup4>=4.12.2
7
- requests>=2.31.0
8
- pandas>=2.2.1
9
- openpyxl>=3.1.2
10
- python-docx>=0.8.11
11
- PyMuPDF>=1.23.8
12
- pydub>=0.25.1
13
- tqdm>=4.66.1
14
- numpy>=1.26.4
15
- sentencepiece>=0.2.0
16
- accelerate>=0.29.0
17
- hf-transfer>=0.1.6
18
- protobuf>=3.20.3
 
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