mirror of
https://github.com/open-webui/open-webui
synced 2024-11-17 05:53:11 +00:00
Use log.warning instead of log.debug
This commit is contained in:
parent
81c8717d75
commit
faa5884150
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user