fix Blank line contains whitespace

This commit is contained in:
avantcontra 2023-10-22 04:32:13 +08:00
parent 443ca983ad
commit 236dd55dbe
1 changed files with 1 additions and 1 deletions

View File

@ -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"):