JaweriaGenAI commited on
Commit
cdaa389
·
verified ·
1 Parent(s): bad737e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -27
requirements.txt CHANGED
@@ -1,33 +1,11 @@
1
- # Local Whisper support
2
- whisper @ git+https://github.com/openai/whisper.git
3
- torch
4
-
5
- # Gradio & OpenAI
6
  gradio==4.27.0
7
- openai==1.30.1
8
-
9
- # Audio
10
  pydub
11
- sounddevice
12
- scipy
13
  ffmpeg-python
14
-
15
- # File support
16
  python-docx
17
  pdfplumber
18
  pandas
19
- Pillow
20
- openpyxl
21
-
22
-
23
-
24
-
25
-
26
-
27
-
28
-
29
-
30
-
31
-
32
-
33
-
 
 
 
 
 
 
1
  gradio==4.27.0
2
+ openai==0.28
3
+ openai-whisper @ git+https://github.com/openai/whisper.git
 
4
  pydub
 
 
5
  ffmpeg-python
 
 
6
  python-docx
7
  pdfplumber
8
  pandas
9
+ pillow
10
+ sounddevice
11
+ scipy