Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +18 -10
requirements.txt
CHANGED
@@ -1,10 +1,18 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.29.0
|
2 |
+
torch>=2.0.0
|
3 |
+
torchvision>=0.15.0
|
4 |
+
torchaudio>=2.0.0
|
5 |
+
transformers>=4.35.0
|
6 |
+
diffusers>=0.24.0
|
7 |
+
librosa>=0.10.0
|
8 |
+
matplotlib>=3.7.0
|
9 |
+
Pillow>=9.5.0
|
10 |
+
stanza>=1.5.0
|
11 |
+
numpy>=1.23.0
|
12 |
+
scipy>=1.10.0
|
13 |
+
indic-nlp-library>=1.0.3
|
14 |
+
sacremoses>=0.1.1
|
15 |
+
bitsandbytes>=0.41.0
|
16 |
+
git+https://github.com/AI4Bharat/IndicTrans2.git
|
17 |
+
git+https://github.com/VarunGumma/IndicTransToolkit.git
|
18 |
+
soundfile>=0.12.0
|