ar08 commited on
Commit
de841d5
·
verified ·
1 Parent(s): 1aef621

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio==3.50.2
2
+ edge-tts==6.1.9
3
+ SpeechRecognition==3.10.0
4
+ pydub==0.25.1
5
+ huggingface-hub==0.19.4
6
+ openai-whisper==20231117
7
+ torch==2.1.1
8
+ numpy==1.26.2
9
+ colorama==0.4.6
10
+ keyboard==0.13.5