From 56da12185e0a6b3ad7c56397800700803dd32db1 Mon Sep 17 00:00:00 2001 From: leno3003 Date: Wed, 30 Mar 2022 17:57:13 +0200 Subject: [PATCH] added sumbmodules --- core/interact/no_interact_dict.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/interact/no_interact_dict.py b/core/interact/no_interact_dict.py index db237c9..c7be21d 100644 --- a/core/interact/no_interact_dict.py +++ b/core/interact/no_interact_dict.py @@ -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['Output image format']) +print(d['Choose one of saved models, or enter a name to create a new model.'])