fix env bug
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
## 🎙️ VibeVoice: Open-Source Frontier Voice AI
|
## 🎙️ VibeVoice: Open-Source Frontier Voice AI
|
||||||
[](https://microsoft.github.io/VibeVoice)
|
[](https://microsoft.github.io/VibeVoice)
|
||||||
[](https://huggingface.co/collections/microsoft/vibevoice-68a2ef24a875c44be47b034f)
|
[](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>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -66,7 +66,7 @@
|
|||||||
"print(\"✅ Cloned VibeVoice repository\")\n",
|
"print(\"✅ Cloned VibeVoice repository\")\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# Install project dependencies\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",
|
"!wget -q https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 -O cloudflared && chmod +x cloudflared\n",
|
||||||
"print(\"✅ Installed dependencies\")\n",
|
"print(\"✅ Installed dependencies\")\n",
|
||||||
"\n",
|
"\n",
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"from huggingface_hub import login\n",
|
"from huggingface_hub import login, snapshot_download\n",
|
||||||
"login()"
|
"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
|
git clone https://github.com/microsoft/VibeVoice.git
|
||||||
cd VibeVoice/
|
cd VibeVoice/
|
||||||
|
|
||||||
pip install -e .
|
pip install -e .[tts]
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usages
|
## Usages
|
||||||
|
|||||||
Reference in New Issue
Block a user