mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
Update audio.py Fix Format error
Fix Format error
This commit is contained in:
parent
51758c429b
commit
ab8e54dd29
1 changed files with 0 additions and 1 deletions
|
|
@ -567,7 +567,6 @@ def transcription_handler(request, file_path, metadata):
|
|||
else WHISPER_LANGUAGE
|
||||
),
|
||||
)
|
||||
)
|
||||
log.info(
|
||||
"Detected language '%s' with probability %f"
|
||||
% (info.language, info.language_probability)
|
||||
|
|
|
|||
Loading…
Reference in a new issue