mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
Format fix
This commit is contained in:
@@ -83,7 +83,9 @@ def transcribe(
|
||||
try:
|
||||
model = WhisperModel(**whisper_kwargs)
|
||||
except:
|
||||
log.debug("WhisperModel initialization failed, attempting download with local_files_only=False")
|
||||
log.debug(
|
||||
"WhisperModel initialization failed, attempting download with local_files_only=False"
|
||||
)
|
||||
whisper_kwargs["local_files_only"] = False
|
||||
model = WhisperModel(**whisper_kwargs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user