Skip to content

Commit 52379ee

Browse files
authored
Update Chatterbox_TTS_Colab_Demo.ipynb
1 parent 411f487 commit 52379ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Chatterbox_TTS_Colab_Demo.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"# Install PyTorch with compatible torchvision\n",
4646
"!pip install torch==2.5.1+cu121 torchaudio==2.5.1+cu121 torchvision==0.20.1+cu121 --index-url https://download.pytorch.org/whl/cu121 -q\n",
4747
"\n",
48-
"# Install your Colab-compatible chatterbox fork\n",
49-
"!pip install git+https://github.com/devnen/chatterbox.git -q\n",
48+
"# Install Colab-compatible chatterbox fork\n",
49+
"!pip install git+https://github.com/devnen/chatterbox-v2.git@master -q\n",
5050
"\n",
5151
"print(\"✅ Core TTS components installed. Installing server dependencies...\")\n",
5252
"\n",
@@ -126,4 +126,4 @@
126126
"outputs": []
127127
}
128128
]
129-
}
129+
}

0 commit comments

Comments
 (0)