Update README.md
Add Python syntax highlighting to code chunk
This commit is contained in:
parent
b3647da087
commit
8223afee78
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ The code whisper_online.py is nicely commented, read it as the full documentatio
|
||||||
|
|
||||||
This pseudocode describes the interface that we suggest for your implementation. You can implement any features that you need for your application.
|
This pseudocode describes the interface that we suggest for your implementation. You can implement any features that you need for your application.
|
||||||
|
|
||||||
```
|
```python
|
||||||
from whisper_online import *
|
from whisper_online import *
|
||||||
|
|
||||||
src_lan = "en" # source language
|
src_lan = "en" # source language
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue