fix doc to match arg rename

This commit is contained in:
Anthony Wu 2024-10-03 15:53:13 -10:00
parent 7b818c0d39
commit 266f99a1e7

View File

@ -44,8 +44,8 @@ useful when `mlx_whisper` acts as a composable command line utility.
some-process | mlx_whisper some-process | mlx_whisper
# hypothetical demo of media content via stdin # hypothetical demo of media content via stdin
# use --input-name to name your output artifacts # use --output-name to name your output artifacts
some-downloader https://some.url/media?id=lecture42 | mlx_whisper --input-name mlx-demo some-downloader https://some.url/media?id=lecture42 | mlx_whisper --output-name mlx-demo
``` ```