浏览代码

Update audio.py Fix Format error

Fix Format error
_00_ 2 月之前
父节点
当前提交
ab8e54dd29
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      backend/open_webui/routers/audio.py

+ 0 - 1
backend/open_webui/routers/audio.py

@@ -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"