Bug transcribe_file method

#7
by arabcoders - opened

It seems transcribe_file does not really use the computed temperature and does not pass it to the lambda that calls model.transcribe

https://huggingface.co/spaces/aadnk/whisper-webui/blob/main/app.py#L90

as you can see from the method signature temperature is missing

Sorry disregard, i was blind and didn't notice it was captured by **decodeOptions: dict.

arabcoders changed discussion status to closed

Sign up or log in to comment