mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +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
|
|
@ -566,7 +566,6 @@ def transcription_handler(request, file_path, metadata):
|
||||||
if WHISPER_LANGUAGE == ""
|
if WHISPER_LANGUAGE == ""
|
||||||
else WHISPER_LANGUAGE
|
else WHISPER_LANGUAGE
|
||||||
),
|
),
|
||||||
)
|
|
||||||
)
|
)
|
||||||
log.info(
|
log.info(
|
||||||
"Detected language '%s' with probability %f"
|
"Detected language '%s' with probability %f"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue