This commit is contained in:
Somdev Sangwan 2023-05-29 23:57:05 +05:30 committed by GitHub
parent fd83cc2af0
commit be3a4e8ebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
run.py
View File

@ -4,6 +4,7 @@ import core.globals
if not shutil.which('ffmpeg'): if not shutil.which('ffmpeg'):
print('ffmpeg is not installed. Read the docs you idiot.\n' * 10) print('ffmpeg is not installed. Read the docs you idiot.\n' * 10)
quit()
if '--gpu' not in sys.argv: if '--gpu' not in sys.argv:
core.globals.providers = ['CPUExecutionProvider'] core.globals.providers = ['CPUExecutionProvider']