JaweriaGenAI commited on
Commit
df6af57
·
verified ·
1 Parent(s): 664b89d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gradio==4.21.0
2
  openai==0.28
3
  pdfplumber==0.5.28
4
  python-docx==1.1.0
@@ -6,6 +6,8 @@ pandas==2.2.2
6
  Pillow==10.3.0
7
  torch==2.2.2
8
  git+https://github.com/openai/whisper.git
 
 
9
 
10
 
11
 
 
1
+ gradio
2
  openai==0.28
3
  pdfplumber==0.5.28
4
  python-docx==1.1.0
 
6
  Pillow==10.3.0
7
  torch==2.2.2
8
  git+https://github.com/openai/whisper.git
9
+ requests
10
+ torchaudio
11
 
12
 
13