Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
81c8717d
Commit
81c8717d
authored
Apr 10, 2024
by
Self Denial
Browse files
Format fix
parent
429242b4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
backend/apps/audio/main.py
backend/apps/audio/main.py
+4
-2
No files found.
backend/apps/audio/main.py
View file @
81c8717d
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment