Merge pull request #386 from 0312birdzhang/patch-1

fix typo: models_path
This commit is contained in:
Eugene Gourieff 2024-03-09 11:37:41 +07:00 committed by GitHub
commit 0185d7a2af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ except:
try: try:
from modules.paths import models_path from modules.paths import models_path
except: except:
model_path = os.path.abspath("models") models_path = os.path.abspath("models")
BASE_PATH = os.path.dirname(os.path.realpath(__file__)) BASE_PATH = os.path.dirname(os.path.realpath(__file__))