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
commit 242604d27e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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!