mirror of
https://git.mirrors.martin98.com/https://github.com/danielgatis/rembg
synced 2025-08-06 05:56:58 +08:00
Fix issue base.py
This commit is contained in:
parent
022cb69f2e
commit
8383a70708
@ -21,9 +21,6 @@ class BaseSession:
|
|||||||
else:
|
else:
|
||||||
self.providers.extend(_providers)
|
self.providers.extend(_providers)
|
||||||
|
|
||||||
|
|
||||||
self.providers=
|
|
||||||
|
|
||||||
self.inner_session = ort.InferenceSession(
|
self.inner_session = ort.InferenceSession(
|
||||||
str(self.__class__.download_models()),
|
str(self.__class__.download_models()),
|
||||||
providers=self.providers,
|
providers=self.providers,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user