Fix model key

This commit is contained in:
henryruhs 2024-11-22 09:55:35 +01:00
parent b4f1a0e083
commit 4fb1d0b1f3

View File

@ -174,7 +174,7 @@ def create_static_model_set() -> ModelSet:
('rumateus', 'olivia_wilde_224', (224, 224)), ('rumateus', 'olivia_wilde_224', (224, 224)),
('rumateus', 'shay_mitchell_224', (224, 224)), ('rumateus', 'shay_mitchell_224', (224, 224)),
('rumateus', 'sophie_turner_224', (224, 224)), ('rumateus', 'sophie_turner_224', (224, 224)),
('rumateus', 'taylor_swift__224', (224, 224)) ('rumateus', 'taylor_swift_224', (224, 224))
] ]
model_set : ModelSet = {} model_set : ModelSet = {}