Remove empty space

This commit is contained in:
gabrieldemarmiesse 2025-06-18 10:41:56 +00:00
parent 332b2b9daa
commit 403db09953

View File

@ -57,7 +57,6 @@ python -m moshi_mlx.run_inference --hf-repo kyutai/stt-2.6b-en-mlx bria.mp3 --te
If you have `uv` installed, you can skip the installation step and run directly: If you have `uv` installed, you can skip the installation step and run directly:
```bash ```bash
uvx --with moshi-mlx python -m moshi_mlx.run_inference --hf-repo kyutai/stt-2.6b-en-mlx bria.mp3 --temp 0 uvx --with moshi-mlx python -m moshi_mlx.run_inference --hf-repo kyutai/stt-2.6b-en-mlx bria.mp3 --temp 0
``` ```
It will install the moshi package in a temporary environment and run the speech-to-text. It will install the moshi package in a temporary environment and run the speech-to-text.