Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ gradio-client==1.3.0
|
|
3 |
transformers>=4.36.0
|
4 |
torch>=2.0.0
|
5 |
torchaudio>=2.0.0
|
6 |
-
librosa>=0.10.1
|
|
|
|
3 |
transformers>=4.36.0
|
4 |
torch>=2.0.0
|
5 |
torchaudio>=2.0.0
|
6 |
+
librosa>=0.10.1
|
7 |
+
pydantic==2.10.6
|