added sumbmodules

This commit is contained in:
leno3003 2022-03-30 17:57:13 +02:00
commit 56da12185e

View file

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