JaweriaGenAI commited on
Commit
df6f67a
·
verified ·
1 Parent(s): e8d87fd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
- gradio
2
- requests
3
  pydub
 
4
  emoji
5
- ffmpeg-python
6
- git+https://github.com/openai/whisper.git
7
 
8
 
9
 
 
1
+ gradio==4.27.0
2
+ whisper @ git+https://github.com/openai/whisper.git
3
  pydub
4
+ gTTS
5
  emoji
6
+ requests
7
+
8
 
9
 
10