From 25a3780618119299ae12faaeccca8a9ee5a90d5d Mon Sep 17 00:00:00 2001 From: leno3003 Date: Wed, 30 Mar 2022 18:08:03 +0200 Subject: [PATCH] added sumbmodules --- core/interact/no_interact_dict.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/interact/no_interact_dict.py b/core/interact/no_interact_dict.py index e4ff149..38d612e 100644 --- a/core/interact/no_interact_dict.py +++ b/core/interact/no_interact_dict.py @@ -5,7 +5,7 @@ dictionary = { '4' : '\n', '5' : '0', 'Output image format':'png', - 'NonInteractiveMode':'True', + 'NoInteractiveMode':'True', 'Which GPU indexes to choose?': '0', 'Face type': 'wf', 'Max number of faces from image' : '1', @@ -53,4 +53,4 @@ with open('DeepFaceLab_Linux/workspace/interact/interact_dict.pkl', 'wb') as han with open('DeepFaceLab_Linux/workspace/interact/interact_dict.pkl', 'rb') as handle: d = pickle.load(handle) -print(d['Choose one of saved models, or enter a name to create a new model.']) +print(d['5'])