This commit is contained in:
Somdev Sangwan 2023-05-30 01:20:40 +05:30 committed by GitHub
parent be3a4e8ebd
commit 4d87de8a0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
run.py
View File

@ -3,7 +3,7 @@ import shutil
import core.globals
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: https://github.com/s0md3v/roop#installation.\n' * 10)
quit()
if '--gpu' not in sys.argv:
core.globals.providers = ['CPUExecutionProvider']