Tubbe commited on
Commit
8223afe
·
1 Parent(s): b3647da

Update README.md

Browse files

Add Python syntax highlighting to code chunk

Files changed (1) hide show
  1. README.md +1 -1
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