Tobias Gårdhus 2024-03-30
Update README.md
Add Python syntax highlighting to code chunk
@a352c8d1ea1145d2acb6c21907e1cf0f7e0e33d5
README.md
--- README.md
+++ README.md
@@ -159,7 +159,7 @@
 
 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 *
 
 src_lan = "en"  # source language
Add a comment
List