Jerich commited on
Commit
49a0a85
·
verified ·
1 Parent(s): b0c2331

Removed webrtcvad to avoid the build error.

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -3
requirements.txt CHANGED
@@ -3,8 +3,7 @@ uvicorn==0.30.1
3
  transformers==4.44.2
4
  torch
5
  soundfile
6
- torchaudio # Added for audio loading and resampling
7
  numpy
8
  python-multipart
9
- pydantic
10
- webrtcvad # Added for voice activity detection
 
3
  transformers==4.44.2
4
  torch
5
  soundfile
6
+ torchaudio
7
  numpy
8
  python-multipart
9
+ pydantic