Spaces:
Sleeping
Sleeping
Update requirements
Browse files- requirements +7 -3
requirements
CHANGED
@@ -1,3 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
transformers
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
transformers==4.34.0 # Hugging Face transformers for ASR and other pipelines
|
3 |
+
torch==2.0.0 # PyTorch backend for transformers
|
4 |
+
gradio==3.32.0 # Gradio for creating the interface
|
5 |
+
huggingface-hub==0.17.1 # For accessing Hugging Face Hub models
|
6 |
+
numpy==1.24.0 # Handling arrays
|
7 |
+
soundfile==0.10.3 # If handling audio output
|