doc: remove invalid code block language (#705)

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David Kinder
2024-09-02 22:10:56 -04:00
committed by GitHub
parent efa4a5aaa4
commit c6d811ab11
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ The default model is [openai/whisper-small](https://huggingface.co/openai/whispe
To replace the model, please edit the `compose.yaml` and add the `command` line to pass the name of the model you want to use:
```yml
```yaml
services:
whisper-service:
...