JaweriaGenAI commited on
Commit
81d8884
·
verified ·
1 Parent(s): 190c532

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -14
requirements.txt CHANGED
@@ -1,18 +1,13 @@
1
- torchaudio>=2.0.0
2
- numpy>=1.21.0
3
- requests>=2.28.0
4
- aiofiles>=22.0.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
 
 
1
+ gradio==4.21.0
2
+ openai==1.33.0
3
+ pdfplumber==0.5.28
4
+ python-docx==1.1.0
5
+ pandas==2.2.2
6
+ Pillow==10.3.0
7
+ whisper==1.1.10
8
+ torch==2.2.2
9
  git+https://github.com/openai/whisper.git
10
+
 
 
 
 
 
 
 
11
 
12
 
13