Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
--find-links https://download.pytorch.org/whl/torch_stable.html
|
2 |
+
torch==1.13.1+cpu
|
3 |
+
gradio==3.14.0
|
4 |
+
SpeechRecognition==3.9.0
|
5 |
+
mtranslate==1.8
|
6 |
+
gTTS==2.3.0
|
7 |
+
transformers==4.25.1
|