-
-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
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
Error on local file transcribe #316
Comments
Hi. I'm not sure what caused this, but it's most likely caused by #271, which is now fixed. If you encounter the same bug with the new version, please include the full error message. |
OS: Rocky Linux 9 commit: 4dcedae full output:
|
After some trial and error, it seems like this issue only manifests for me when the input file is a large OGG . model: large_v2 but fails with tiny.en too It doesn't matter docker or not (this time I tried without docker). |
I encountered this "needed 2, received 1" outputs error, but above it also said something about float 16 bit not supported, i changed to 8 bit in the gui settings and it works perfectly now. |
Since many people (probably without CUDA) have problem about compute type, |
Which OS are you using?
-Error received when local mp3 and wav files added input to transcribe
Error message on CMD
ValueError: An event handler (transcribe_file) didn't receive enough output values (needed: 2, received: 1). Wanted outputs: [<gradio.components.textbox.Textbox object at 0x000002100939D510>, <gradio.templates.Files object at 0x000002100939D480>] Received outputs: [None]
The text was updated successfully, but these errors were encountered: