From f051af359d1f642ebe3a4a2a9357efaa065f9972 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Sat, 18 Feb 2023 11:05:23 -0600 Subject: [PATCH] make default order match type --- api/onnx_web/params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/onnx_web/params.py b/api/onnx_web/params.py index 77b9a2b1..cd90e177 100644 --- a/api/onnx_web/params.py +++ b/api/onnx_web/params.py @@ -174,7 +174,7 @@ class UpscaleParams: scale: int = 4, pre_pad: int = 0, tile_pad: int = 10, - upscale_order: Literal["correction-first", "correction-last", "correction-both"] = "upscaling-first", + upscale_order: Literal["correction-first", "correction-last", "correction-both"] = "correction-first", ) -> None: self.upscale_model = upscale_model self.correction_model = correction_model