aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authoravantcontra <dadadaluo@gmail.com>2023-10-22 04:32:13 +0800
committeravantcontra <dadadaluo@gmail.com>2023-10-22 04:32:13 +0800
commit236dd55dbe895ba72a64567482ee67ab680c5344 (patch)
treef0cae27ba6b5287dc23420273afe9c44988b8253 /modules
parent443ca983ade333721930ea2f18f80b45762e2aea (diff)
fix Blank line contains whitespace
Diffstat (limited to 'modules')
-rw-r--r--modules/gfpgan_model.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gfpgan_model.py b/modules/gfpgan_model.py
index 93567253..01d668ec 100644
--- a/modules/gfpgan_model.py
+++ b/modules/gfpgan_model.py
@@ -25,7 +25,7 @@ def gfpgann():
if gfpgan_constructor is None:
return None
-
+
models = modelloader.load_models(model_path, model_url, user_path, ext_filter=['.pth'])
if len(models) == 1 and models[0].startswith("http"):