Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
transformers==4.30.2
|
2 |
-
gradio==3.13.0
|
3 |
-
datasets==2.14.1
|
4 |
-
torch==2.0.1
|
5 |
-
soundfile==0.11.0
|
6 |
-
httpx==0.23.3
|
7 |
-
httpcore==0.15.0
|
|
|
|
1 |
+
transformers==4.30.2
|
2 |
+
gradio==3.13.0
|
3 |
+
datasets==2.14.1
|
4 |
+
torch==2.0.1
|
5 |
+
soundfile==0.11.0
|
6 |
+
httpx==0.23.3
|
7 |
+
httpcore==0.15.0
|
8 |
+
huggingface_hub==0.14.1 # 确保兼容性
|