englissi commited on
Commit
ca7f474
·
verified ·
1 Parent(s): 1f036ab

Update requirements

Browse files
Files changed (1) hide show
  1. requirements +7 -3
requirements CHANGED
@@ -1,3 +1,7 @@
1
- gradio
2
- pip install torch
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