ibvhim commited on
Commit
52d48fe
1 Parent(s): cc990fb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -3
requirements.txt CHANGED
@@ -1,8 +1,12 @@
1
  gradio
2
- torch
3
- transformers
 
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