Fix issue base.py

This commit is contained in:
MCYBA 2023-05-24 02:11:59 +03:00 committed by GitHub
parent 022cb69f2e
commit 8383a70708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,