Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -3
requirements.txt
CHANGED
@@ -13,6 +13,11 @@ scipy>=1.10.0
|
|
13 |
indic-nlp-library>=1.0.3
|
14 |
sacremoses>=0.1.1
|
15 |
bitsandbytes>=0.41.0
|
16 |
-
|
17 |
-
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
13 |
indic-nlp-library>=1.0.3
|
14 |
sacremoses>=0.1.1
|
15 |
bitsandbytes>=0.41.0
|
16 |
+
soundfile>=0.12.0
|
17 |
+
huggingface-hub>=0.19.0
|
18 |
+
protobuf<4.0.0
|
19 |
+
click<8.1
|
20 |
+
pydantic~=1.0
|
21 |
+
|
22 |
+
# For custom repositories, use direct GitHub installation
|
23 |
+
git+https://github.com/VarunGumma/IndicTransToolkit.git@main
|