quit it
This commit is contained in:
parent
fd83cc2af0
commit
be3a4e8ebd
1
run.py
1
run.py
@ -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']
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user