Commit aec811c5 authored by AUTOMATIC's avatar AUTOMATIC

undo upscaler model filename tampering

parent a5e7b371
......@@ -64,7 +64,6 @@ def friendly_name(file: str):
file = os.path.basename(file)
model_name, extension = os.path.splitext(file)
model_name = model_name.replace("_", " ").title()
return model_name
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment