Update README.md
Browse files
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 |
-
```
|
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 |
|