ahmadalfakeh commited on
Commit
adebaac
·
verified ·
1 Parent(s): fb980d2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- gradio
2
- huggingface-hub
3
- gtts
4
- SpeechRecognition
5
- pyaudio
 
1
+ gradio==3.20.0
2
+ huggingface-hub==0.22.2
3
+ gtts==2.3.0
4
+ openai-whisper==1.0.0
5
+ pyaudio==0.2.13