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