MK-316 commited on
Commit
9fde491
·
verified ·
1 Parent(s): ec0b603

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -4
requirements.txt CHANGED
@@ -1,4 +1,6 @@
1
- speechrecognition
2
- python-Levenshtein
3
- soundfile
4
- gradio>=2.9.4
 
 
 
1
+ gradio>=2.9.4
2
+ SpeechRecognition>=3.8.1
3
+ python-Levenshtein>=0.12.2
4
+ SoundFile>=0.10.3.post1
5
+ pandas>=1.3.5
6
+ numpy>=1.21.6