[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
d442e00407
commit
f7fdb4e9e6
1 changed files with 1 additions and 3 deletions
|
|
@ -318,9 +318,7 @@ class VideoBackend:
|
|||
kwargs.get("hf_token"),
|
||||
cancel_event = self._cancel_event,
|
||||
)
|
||||
kwargs["_base_local_dir"] = self._predownload_base(
|
||||
base, kwargs.get("hf_token"), kind
|
||||
)
|
||||
kwargs["_base_local_dir"] = self._predownload_base(base, kwargs.get("hf_token"), kind)
|
||||
self.load_pipeline(**kwargs)
|
||||
with self._lock:
|
||||
if self._load_token == token:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue