saharmor / whisper-playground

Build real time speech2text web apps using OpenAI's Whisper https://openai.com/blog/whisper/
MIT License
777 stars 140 forks source link

Update client to use localhost for server connection #32

Closed ethanzrd closed 1 year ago

ethanzrd commented 1 year ago

This fixes the "connection failed" error which rose when trying to connect to the server on Windows. Thank you @Epresin for finding and proposing this!