Whisper-WebUI
Whisper-WebUI copied to clipboard
Microphone not working
Microphone is not working. I get an error whenever i generate it. Please fix it.
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]
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
I supouse the problem is http check chrome://flags/#unsafely-treat-insecure-origin-as-secure
it is works for me