jan-hq commited on
Commit
d9a3c15
·
verified ·
1 Parent(s): e16dc41

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -53,7 +53,7 @@ For more details, please refer to our official [blog post].
53
 
54
  For inference, please refer to the official [Ichigo Whisper repository](https://github.com/janhq/WhisperSpeech/tree/main/ichigo-whisper).
55
 
56
- ```python
57
  python demo/inference.py --input path/to/your/audio.wav
58
  ```
59
 
 
53
 
54
  For inference, please refer to the official [Ichigo Whisper repository](https://github.com/janhq/WhisperSpeech/tree/main/ichigo-whisper).
55
 
56
+ ```bash
57
  python demo/inference.py --input path/to/your/audio.wav
58
  ```
59