suprimedev commited on
Commit
fb8848d
·
verified ·
1 Parent(s): ec585dc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -7
requirements.txt CHANGED
@@ -1,7 +1,13 @@
1
- torch>=2.0.0
2
- torchaudio>=2.0.0
3
- gradio>=3.0.0
4
- numpy>=1.21.0
5
- soundfile>=0.12.1
6
- scipy>=1.7.1
7
- librosa>=0.9.2
 
 
 
 
 
 
 
1
+ gradio
2
+ transformers
3
+ torchaudio
4
+ soundfile
5
+ datasets
6
+ torch
7
+ numpy
8
+ # For ASR (Whisper)
9
+ openai-whisper
10
+ optimum
11
+ accelerate
12
+ # For Speaker Embedding (SpeechBrain)
13
+ speechbrain