We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Microphone is not working. I get an error whenever i generate it. Please fix it.
The text was updated successfully, but these errors were encountered:
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]
Sorry, something went wrong.
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
No branches or pull requests
Microphone is not working. I get an error whenever i generate it. Please fix it.
The text was updated successfully, but these errors were encountered: