mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
Update audio.py Fix Format error
Fix Format error
This commit is contained in:
@@ -567,7 +567,6 @@ def transcription_handler(request, file_path, metadata):
|
|||||||
else WHISPER_LANGUAGE
|
else WHISPER_LANGUAGE
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
)
|
|
||||||
log.info(
|
log.info(
|
||||||
"Detected language '%s' with probability %f"
|
"Detected language '%s' with probability %f"
|
||||||
% (info.language, info.language_probability)
|
% (info.language, info.language_probability)
|
||||||
|
|||||||
Reference in New Issue
Block a user