Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=3.50.0,<5.0.0
|
| 2 |
+
torch>=2.0.0
|
| 3 |
+
torchaudio>=2.0.0
|
| 4 |
+
transformers>=4.30.0
|
| 5 |
+
numpy>=1.21.0
|
| 6 |
+
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
# Audio processing
|
| 11 |
+
librosa>=0.9.0
|
| 12 |
+
soundfile>=0.12.0
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
# Additional dependencies for IndicConformer
|
| 16 |
+
onnx>=1.12.0
|
| 17 |
+
onnxruntime>=1.12.0
|
| 18 |
+
onnxruntime-gpu>=1.12.0
|