This commit is contained in:
Somdev Sangwan
2023-05-29 23:57:05 +05:30
committed by GitHub
parent fd83cc2af0
commit be3a4e8ebd

1
run.py
View File

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