Dominik Macháček 2024-04-09
Merge pull request #75 from gaardhus/patch-1
Update README.md: Add Python syntax highlighting to code chunk
@b2bc5f7640685892ab2e6f8f1395037f75550268
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