From be3a4e8ebd1f3dab5e80ff5adf033f1a992790c7 Mon Sep 17 00:00:00 2001 From: Somdev Sangwan Date: Mon, 29 May 2023 23:57:05 +0530 Subject: [PATCH] quit it --- run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/run.py b/run.py index 0a25c5d..df34d56 100644 --- a/run.py +++ b/run.py @@ -4,6 +4,7 @@ import core.globals if not shutil.which('ffmpeg'): print('ffmpeg is not installed. Read the docs you idiot.\n' * 10) + quit() if '--gpu' not in sys.argv: core.globals.providers = ['CPUExecutionProvider']