From 32ec2e694b17ef742c3c4ac2df0a18440f72bbf2 Mon Sep 17 00:00:00 2001 From: leno3003 Date: Thu, 31 Mar 2022 10:14:16 +0200 Subject: [PATCH] added sumbmodules --- core/interact/no_interact_dict.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/interact/no_interact_dict.py b/core/interact/no_interact_dict.py index 2bdd3bd..56c6257 100644 --- a/core/interact/no_interact_dict.py +++ b/core/interact/no_interact_dict.py @@ -51,7 +51,7 @@ os.system(cmd) with open('DeepFaceLab_Linux/workspace/interact/interact_dict.pkl', 'wb') as handle: pickle.dump(dictionary, handle, protocol=4) -with open('DeepFaceLab_Linux/workspace/interact/interact_dict.pkl', 'rb') as handle: - d = pickle.load(handle) - -print(d['5']) +#with open('DeepFaceLab_Linux/workspace/interact/interact_dict.pkl', 'rb') as handle: +# d = pickle.load(handle) +# +#print(d['5'])