Update README.md
Browse filesAdd Python syntax highlighting to code chunk
README.md
CHANGED
|
@@ -159,7 +159,7 @@ The code whisper_online.py is nicely commented, read it as the full documentatio
|
|
| 159 |
|
| 160 |
This pseudocode describes the interface that we suggest for your implementation. You can implement any features that you need for your application.
|
| 161 |
|
| 162 |
-
```
|
| 163 |
from whisper_online import *
|
| 164 |
|
| 165 |
src_lan = "en" # source language
|
|
|
|
| 159 |
|
| 160 |
This pseudocode describes the interface that we suggest for your implementation. You can implement any features that you need for your application.
|
| 161 |
|
| 162 |
+
```python
|
| 163 |
from whisper_online import *
|
| 164 |
|
| 165 |
src_lan = "en" # source language
|