Update requirements
Browse files- requirements +6 -6
requirements
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
torch==2.
|
2 |
-
transformers==4.34.0
|
3 |
-
gradio==3.32.0
|
4 |
-
huggingface-hub==0.17.1
|
5 |
-
numpy==1.24.0
|
6 |
-
soundfile==0.10.3 #
|
|
|
1 |
+
torch==2.5.1
|
2 |
+
transformers==4.34.0
|
3 |
+
gradio==3.32.0
|
4 |
+
huggingface-hub==0.17.1
|
5 |
+
numpy==1.24.0
|
6 |
+
soundfile==0.10.3 # If handling audio files
|