Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +7 -3
requirements.txt
CHANGED
|
@@ -1,4 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
| 4 |
gradio
|
|
|
|
|
|
| 1 |
+
# 从 GitHub 拉取最新的 cosyvoice 源码,确保包含 cli 子包
|
| 2 |
+
git+https://github.com/FunAudioLLM/CosyVoice.git@main
|
| 3 |
+
|
| 4 |
+
# PyPI 上的依赖
|
| 5 |
+
torch # CPU 版本(自动选择)
|
| 6 |
+
torchaudio # CPU 版本(自动选择)
|
| 7 |
gradio
|
| 8 |
+
huggingface_hub # 用于运行时拉取模型
|