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'])