We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498d808 commit 01193cbCopy full SHA for 01193cb
README-ZH.md
@@ -66,6 +66,9 @@ python app_vc.py --checkpoint <path-to-checkpoint> --config <path-to-config>
66
67
然后在浏览器中打开 `http://localhost:7860/` 使用 Web 界面。
68
69
+运行命令前先设置环境变量:
70
+`export export HUGGING_FACE_HUB_TOKEN={从https://huggingface.co/settings/tokens获取}`
71
+
72
歌声转换 Web UI:
73
```bash
74
python app_svc.py --checkpoint <path-to-checkpoint> --config <path-to-config>
0 commit comments