mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
fix #12678
This commit is contained in:
parent
63533c9e3a
commit
bc295546cd
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ class YoutubeLoader:
|
|||
|
||||
transcript = " ".join(
|
||||
map(
|
||||
lambda transcript_piece: transcript_piece["text"].strip(" "),
|
||||
lambda transcript_piece: transcript_piece.text.strip(" "),
|
||||
transcript_pieces,
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue