fix Blank line contains whitespace
This commit is contained in:
parent
443ca983ad
commit
236dd55dbe
|
@ -25,7 +25,7 @@ def gfpgann():
|
||||||
|
|
||||||
if gfpgan_constructor is None:
|
if gfpgan_constructor is None:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
models = modelloader.load_models(model_path, model_url, user_path, ext_filter=['.pth'])
|
models = modelloader.load_models(model_path, model_url, user_path, ext_filter=['.pth'])
|
||||||
|
|
||||||
if len(models) == 1 and models[0].startswith("http"):
|
if len(models) == 1 and models[0].startswith("http"):
|
||||||
|
|
Loading…
Reference in New Issue