sudhanm commited on
Commit
9d552f4
·
verified ·
1 Parent(s): f4f5c77

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -8
requirements.txt CHANGED
@@ -1,8 +1,13 @@
1
- gradio
2
- faster-whisper
3
- indic-transliteration
4
- jiwer
5
- transformers
6
- soundfile
7
- torch --index-url https://download.pytorch.org/whl/cpu
8
- git+https://github.com/huggingface/parler-tts.git
 
 
 
 
 
 
1
+ gradio>=4.0.0
2
+ torch>=2.0.0
3
+ torchaudio>=2.0.0
4
+ transformers>=4.35.0
5
+ TTS>=0.22.0
6
+ librosa>=0.10.0
7
+ soundfile>=0.12.0
8
+ jiwer>=3.0.0
9
+ numpy>=1.24.0
10
+ indic-transliteration>=2.3.0
11
+ accelerate>=0.24.0
12
+ datasets>=2.14.0
13
+ huggingface-hub>=0.19.0