Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
2 |
gradio>=3.0
|
3 |
huggingface-hub>=0.21.0
|
4 |
librosa
|
|
|
1 |
+
# 強制使用 PyTorch 2.5.1
|
2 |
+
torch==2.5.1
|
3 |
+
torchaudio==2.5.1
|
4 |
+
|
5 |
+
# 其他依賴...
|
6 |
gradio>=3.0
|
7 |
huggingface-hub>=0.21.0
|
8 |
librosa
|