Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
transformers
|
2 |
-
gradio
|
3 |
-
torch
|
4 |
-
|
|
|
1 |
+
transformers==4.30.0 # Ensure you're using an appropriate version of transformers
|
2 |
+
gradio==3.35.0 # For building the interface
|
3 |
+
torch==1.13.1 # Ensure PyTorch is installed (required for the models)
|
4 |
+
librosa==0.10.0 # Required for audio processing (if not already installed)
|