Merge pull request #324 from Arcitec/indextts2-arc

docs: Remove redundant "python" command instruction
This commit is contained in:
nanaoto
2025-09-10 22:32:46 +08:00
committed by GitHub

View File

@@ -248,7 +248,7 @@ VRAM usage), DeepSpeed acceleration, compiled CUDA kernels for speed, etc. All
available options can be seen via the following command:
```bash
uv run python webui.py -h
uv run webui.py -h
```
Have fun!