yunusajib commited on
Commit
affb918
·
verified ·
1 Parent(s): d61cd9f

change requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -10
requirements.txt CHANGED
@@ -1,10 +1,15 @@
1
- numpy
2
- opencv-python
3
- pyttsx3
4
- onnxruntime
5
- librosa
6
- sounddevice
7
- scikit-learn
8
- scipy
9
- pyaudio
10
- gradio
 
 
 
 
 
 
1
+ gradio>=4.0.0
2
+ opencv-python-headless==4.8.1.78
3
+ librosa>=0.10.1
4
+ pandas>=1.5.3
5
+ plotly>=5.15.0
6
+ numpy>=1.24.3
7
+ transformers>=4.35.0
8
+ torch>=2.0.0
9
+ torchaudio>=2.0.0
10
+ accelerate>=0.20.3
11
+ scikit-learn>=1.3.0
12
+ scipy>=1.11.1
13
+ soundfile>=0.12.1
14
+ datasets>=2.14.0
15
+ Pillow>=9.5.0