Spaces:
Paused
Paused
Removed webrtcvad to avoid the build error.
Browse files- 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
|
| 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
|
|
|