docs: Remove redundant "python" command instruction

This commit is contained in:
Arcitec 2025-09-10 16:28:21 +02:00
parent 4ba37b5736
commit 3236fa496a

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!