Browse Source

Update audio.py Fix Format error

Fix Format error
_00_ 2 months ago
parent
commit
ab8e54dd29
1 changed files with 0 additions and 1 deletions
  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 == ""
                 else WHISPER_LANGUAGE
             ),
-        )            
         )
         log.info(
             "Detected language '%s' with probability %f"