From 1db5ebec84a28ab83606da2332f4ece704c3db5a Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Mon, 16 Jan 2023 20:40:01 -0600 Subject: [PATCH] syntax fix --- api/onnx_web/convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/onnx_web/convert.py b/api/onnx_web/convert.py index 910d82f4..8cb3ef75 100644 --- a/api/onnx_web/convert.py +++ b/api/onnx_web/convert.py @@ -29,7 +29,7 @@ sources: Dict[str, List[Tuple[str, str]]] = { ], 'real_esrgan': [ ('upscaling-real-esrgan-x2-plus', - 'https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.1/RealESRGAN_x2plus.pth', 2) + 'https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.1/RealESRGAN_x2plus.pth', 2), ('upscaling-real-esrgan-x4-plus', 'https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth', 4), ('upscaling-real-esrgan-x4-v3',