Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ speechbrain>=0.5.10 # Speechbrain for ASR
|
|
2 |
transformers>=4.0.0 # Hugging Face's Transformers (if using any Hugging Face models)
|
3 |
torch>=1.10.0 # PyTorch for model inference
|
4 |
torchaudio>=0.10.0 # For audio processing
|
5 |
-
pydub>=0.25.1
|
|
|
|
2 |
transformers>=4.0.0 # Hugging Face's Transformers (if using any Hugging Face models)
|
3 |
torch>=1.10.0 # PyTorch for model inference
|
4 |
torchaudio>=0.10.0 # For audio processing
|
5 |
+
pydub>=0.25.1
|
6 |
+
gradio
|