MeBai commited on
Commit
142f576
·
verified ·
1 Parent(s): 706ec6e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
- transformers==4.30.2 # For the Whisper model and processor
2
- gradio==3.13.0 # For the Gradio interface
3
- datasets==2.14.1 # To load and manage the bigcode/the-stack dataset
4
- torch==2.0.1 # For model inference with Whisper
5
- soundfile==0.11.0 # For audio file handling
6
- httpx==0.23.3 # Compatible version for HTTP client
7
- httpcore==0.15.0 # Compatible version for HTTP transport layer
 
 
1
+ transformers==4.30.2
2
+ gradio==3.13.0
3
+ datasets==2.14.1
4
+ torch==2.0.1
5
+ soundfile==0.11.0
6
+ httpx==0.23.3
7
+ httpcore==0.15.0
8
+ huggingface_hub==0.14.1 # 确保兼容性