Update README.md
Browse files
README.md
CHANGED
|
@@ -149,7 +149,7 @@ uv sync
|
|
| 149 |
source .venv/bin/activate
|
| 150 |
git clone https://github.com/resemble-ai/chatterbox.git
|
| 151 |
cd chatterbox
|
| 152 |
-
# remove gradio and russian
|
| 153 |
python -m pip install -e .
|
| 154 |
|
| 155 |
# mac run:
|
|
|
|
| 149 |
source .venv/bin/activate
|
| 150 |
git clone https://github.com/resemble-ai/chatterbox.git
|
| 151 |
cd chatterbox
|
| 152 |
+
# remove "gradio==5.44.1" and russian-text-stresser from pyproject.toml
|
| 153 |
python -m pip install -e .
|
| 154 |
|
| 155 |
# mac run:
|