englissi commited on
Commit
1c30f5b
·
verified ·
1 Parent(s): d990c4b

Update requirements

Browse files
Files changed (1) hide show
  1. requirements +6 -6
requirements CHANGED
@@ -1,6 +1,6 @@
1
- torch==2.0.0 # Or a compatible version
2
- transformers==4.34.0 # Required for Hugging Face pipelines
3
- gradio==3.32.0 # Gradio for building the interface
4
- huggingface-hub==0.17.1 # Access Hugging Face models
5
- numpy==1.24.0 # Handling arrays
6
- soundfile==0.10.3 # For handling audio input/output
 
1
+ torch==2.5.1
2
+ transformers==4.34.0
3
+ gradio==3.32.0
4
+ huggingface-hub==0.17.1
5
+ numpy==1.24.0
6
+ soundfile==0.10.3 # If handling audio files