diff --git a/core/interact/no_interact_dict.py b/core/interact/no_interact_dict.py index 754f05f..ccd489e 100644 --- a/core/interact/no_interact_dict.py +++ b/core/interact/no_interact_dict.py @@ -44,9 +44,9 @@ dictionary = { 'Degrade color power of final image' : '0', 'Color transfer to predicted face' : 'rct', } -cmd = 'mkdir ../../../workspace/interact' +cmd = 'mkdir DeepFaceLab_Linux/workspace/interact' os.system(cmd) -with open('../../../workspace/interact/interact_dict.pkl', 'wb') as handle: +with open('DeepFaceLab_Linux/workspace/interact/interact_dict.pkl', 'wb') as handle: pickle.dump(dictionary, handle, protocol=4) ##with open('/home/deepfake/interact_dict.pkl', 'rb') as handle: