Update requirements.txt
Browse files- requirements.txt +11 -2
requirements.txt
CHANGED
@@ -1,5 +1,14 @@
|
|
1 |
torch
|
|
|
2 |
transformers
|
3 |
-
huggingface_hub
|
4 |
gradio
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
torch
|
2 |
+
torchaudio
|
3 |
transformers
|
|
|
4 |
gradio
|
5 |
+
huggingface-hub
|
6 |
+
pydub
|
7 |
+
numpy
|
8 |
+
ffmpeg-python
|
9 |
+
python-dotenv
|
10 |
+
accelerate
|
11 |
+
scipy
|
12 |
+
soundfile
|
13 |
+
librosa
|
14 |
+
regex
|