From 103cb34902a8ff2b42076367f390e230940d8abc Mon Sep 17 00:00:00 2001 From: henryruhs Date: Fri, 2 Jun 2023 20:40:05 +0200 Subject: [PATCH] Fix variables scope --- roop/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roop/core.py b/roop/core.py index 8405d08..b9aee40 100755 --- a/roop/core.py +++ b/roop/core.py @@ -238,7 +238,7 @@ def start(): def run(): - global status_label, window + global all_faces, keep_frames, limit_fps, status_label, window pre_check() limit_resources()