Upload 2 files
Browse files- packages.txt +1 -0
- requirements.txt +3 -2
packages.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
ffmpeg
|
requirements.txt
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
git+https://github.com/VarunGumma/IndicTransToolkit
|
3 |
|
4 |
## for speech translation
|
5 |
-
|
6 |
pydub
|
7 |
-
|
|
|
|
2 |
git+https://github.com/VarunGumma/IndicTransToolkit
|
3 |
|
4 |
## for speech translation
|
5 |
+
numpy
|
6 |
pydub
|
7 |
+
einops
|
8 |
+
transformers
|