Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- 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
|