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']