Merge branch 'main' of https://github.com/QuentinFuxa/whisper_streaming_web
This commit is contained in:
commit
3f30d3de6e
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ args = parser.parse_args()
|
|||
asr, tokenizer = backend_factory(args)
|
||||
|
||||
# Load demo HTML for the root endpoint
|
||||
with open("src/live_transcription.html", "r") as f:
|
||||
with open("src/live_transcription.html", "r", encoding="utf-8") as f:
|
||||
html = f.read()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue