Subbu1304 commited on
Commit
0fce3af
·
verified ·
1 Parent(s): aca48d5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- speechrecognition
2
- pyttsx3
3
- sounddevice
4
- numpy
5
 
 
1
+ transformers
2
+ torch
3
+ gradio
4
+ soundfile
5