mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 03:47:49 +01:00
Update audio.py Fix Format error
Fix Format error
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user