Adinarayana02 commited on
Commit
0656dbf
Β·
verified Β·
1 Parent(s): bd7d7a1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -2
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gtts==2.2.2
2
  gradio==4.29.0
3
  git+https://github.com/openai/whisper.git
4
  llama-index-llms-huggingface
@@ -10,4 +10,9 @@ torchaudio
10
  soundfile
11
  librosa
12
  resampy
13
- sentencepiece
 
 
 
 
 
 
1
+
2
  gradio==4.29.0
3
  git+https://github.com/openai/whisper.git
4
  llama-index-llms-huggingface
 
10
  soundfile
11
  librosa
12
  resampy
13
+ sentencepiece
14
+ openai==0.27.8
15
+ transformers==4.31.0
16
+ whisper==1.0
17
+ datasets==2.14.0
18
+ gtts==2.2.4