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

Fix incorrect import statements #31

Closed ethanzrd closed 1 year ago

ethanzrd commented 1 year ago

Incorrect import statements caused a Module Not Found error, this should correctly assume the server file is being run from within the backend directory.