Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +7 -3
requirements.txt
CHANGED
@@ -1,8 +1,12 @@
|
|
1 |
gradio
|
2 |
-
|
3 |
-
|
|
|
4 |
opencv-python
|
5 |
onnxruntime==1.6.0
|
6 |
numpy
|
7 |
matplotlib
|
8 |
-
onnx
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
+
--find-links https://download.pytorch.org/whl/torch_stable.html
|
3 |
+
torch==1.13.1+cpu
|
4 |
+
transformers==4.25.1
|
5 |
opencv-python
|
6 |
onnxruntime==1.6.0
|
7 |
numpy
|
8 |
matplotlib
|
9 |
+
onnx
|
10 |
+
SpeechRecognition==3.9.0
|
11 |
+
mtranslate==1.8
|
12 |
+
gTTS==2.3.0
|