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