Whisper-WebUI icon indicating copy to clipboard operation
Whisper-WebUI copied to clipboard

Microphone not working

Open tingtongdpnw opened this issue 1 year ago • 3 comments

Microphone is not working. I get an error whenever i generate it. Please fix it.

tingtongdpnw avatar Jul 31 '24 19:07 tingtongdpnw

ValueError: An event handler (transcribe_mic) didn't receive enough output values (needed: 2, received: 1). Wanted outputs: [<gradio.components.textbox.Textbox object at 0x7fd4a8932a10>, <gradio.templates.Files object at 0x7fd4a8932bc0>] Received outputs: [None]

tingtongdpnw avatar Jul 31 '24 19:07 tingtongdpnw

Hi @tingtongdpnw. I could not reproduce the same bug with the latest version of the web ui.

Can you try recording with the latest version of the web ui and see if the same bug happens?

You can update the web ui with:

git pull origin master

jhj0517 avatar Aug 01 '24 07:08 jhj0517

I supouse the problem is http check chrome://flags/#unsafely-treat-insecure-origin-as-secure

it is works for me

VinterMute avatar Jul 21 '25 01:07 VinterMute