From f0126cc6bb0d98cdc22cf2fd011a7b5fc2580871 Mon Sep 17 00:00:00 2001 From: K4YT3X Date: Wed, 13 Mar 2019 12:31:07 -0400 Subject: [PATCH] sorted lines for OCDs --- bin/video2x.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/video2x.py b/bin/video2x.py index c42ab5d..acc60f4 100755 --- a/bin/video2x.py +++ b/bin/video2x.py @@ -26,10 +26,10 @@ video, enlarge it by a number of times without losing any details or quality, keeping lines smooth and edges sharp. """ from avalon_framework import Avalon -from upscaler import Upscaler from upscaler import MODELS_AVAILABLE -import GPUtil +from upscaler import Upscaler import argparse +import GPUtil import json import os import psutil