mirror of
https://github.com/s0md3v/roop.git
synced 2025-10-06 00:37:16 +08:00
testing in prod
This commit is contained in:
@@ -3,7 +3,7 @@ import shutil
|
|||||||
|
|
||||||
sep = "/"
|
sep = "/"
|
||||||
if os.name == "nt":
|
if os.name == "nt":
|
||||||
sep = "\\"
|
sep = "/"
|
||||||
|
|
||||||
def run_command(command, mode="silent"):
|
def run_command(command, mode="silent"):
|
||||||
if mode == "debug":
|
if mode == "debug":
|
||||||
|
2
run.py
2
run.py
@@ -37,7 +37,7 @@ for name, value in vars(parser.parse_args()).items():
|
|||||||
|
|
||||||
sep = "/" # used for filepaths e.g. /root/path/output.mp4
|
sep = "/" # used for filepaths e.g. /root/path/output.mp4
|
||||||
if sys.platform.startswith("win") or os.name == 'nt':
|
if sys.platform.startswith("win") or os.name == 'nt':
|
||||||
sep = "\\" # for windows
|
sep = "/" # for windows
|
||||||
|
|
||||||
def start_processing():
|
def start_processing():
|
||||||
if args['gpu']:
|
if args['gpu']:
|
||||||
|
Reference in New Issue
Block a user