collabora / WhisperLive

A nearly-live implementation of OpenAI's Whisper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can't connect with whiper live server

Zeinwaleed opened this issue · comments

aplogizes if this is not a real issue but i am trying to run the server code

`
from whisper_live.client import TranscriptionClient

client = TranscriptionClient("localhost",9090,model="base.en")
print(client(r"test.wav"))

`

while doing this i get the error that means he can't find the module path but i am not a backend to solve it
INFO:websockets.server:connection open INFO:root:New client connected ERROR:root:Error during new connection initialization: [WinError 2] The system cannot find the file specified