fix typo: models_path

This commit is contained in:
BirdZhang 2024-03-08 21:01:09 +08:00 committed by GitHub
parent e215bd6763
commit 0d03e020bb
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__))