From 0d03e020bbc3286c9ddf5737f4cca7837166e0fe Mon Sep 17 00:00:00 2001 From: BirdZhang <0312birdzhang@gmail.com> Date: Fri, 8 Mar 2024 21:01:09 +0800 Subject: [PATCH] fix typo: models_path --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.py b/install.py index 815a8c3..70d34e7 100644 --- a/install.py +++ b/install.py @@ -12,7 +12,7 @@ except: try: from modules.paths import models_path except: - model_path = os.path.abspath("models") + models_path = os.path.abspath("models") BASE_PATH = os.path.dirname(os.path.realpath(__file__))