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