fix env bug
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
<div align="center">
|
||||
|
||||
## 🎙️ VibeVoice: Open-Source Frontier Voice AI
|
||||
[](https://microsoft.github.io/VibeVoice)
|
||||
[](https://microsoft.github.io/VibeVoice)
|
||||
[](https://huggingface.co/collections/microsoft/vibevoice-68a2ef24a875c44be47b034f)
|
||||
[](https://arxiv.org/pdf/2508.19205)
|
||||
|
||||
[](https://arxiv.org/pdf/2508.19205)
|
||||
[](https://colab.research.google.com/github/microsoft/VibeVoice/blob/main/demo/VibeVoice_colab.ipynb)
|
||||
[](https://aka.ms/vibevoice-asr)
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
"print(\"✅ Cloned VibeVoice repository\")\n",
|
||||
"\n",
|
||||
"# Install project dependencies\n",
|
||||
"!uv pip --quiet install --system -e /content/VibeVoice\n",
|
||||
"!uv pip --quiet install --system -e /content/VibeVoice[tts]\n",
|
||||
"!wget -q https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 -O cloudflared && chmod +x cloudflared\n",
|
||||
"print(\"✅ Installed dependencies\")\n",
|
||||
"\n",
|
||||
@@ -91,7 +91,7 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"from huggingface_hub import login\n",
|
||||
"from huggingface_hub import login, snapshot_download\n",
|
||||
"login()"
|
||||
]
|
||||
},
|
||||
|
||||
@@ -99,7 +99,7 @@ sudo docker run --privileged --net=host --ipc=host --ulimit memlock=-1:-1 --ulim
|
||||
git clone https://github.com/microsoft/VibeVoice.git
|
||||
cd VibeVoice/
|
||||
|
||||
pip install -e .
|
||||
pip install -e .[tts]
|
||||
```
|
||||
|
||||
## Usages
|
||||
|
||||
Reference in New Issue
Block a user