MK-316 commited on
Commit
cf2e974
1 Parent(s): b388c97

Update requirements

Browse files
Files changed (1) hide show
  1. requirements +5 -5
requirements CHANGED
@@ -1,6 +1,6 @@
 
1
  SpeechRecognition>=3.8.1
2
- speechrecognition
3
- python-Levenshtein
4
- SoundFile
5
- pandas
6
- numpy
 
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