rizavelioglu commited on
Commit
fa2a93d
·
verified ·
1 Parent(s): aca8ce4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -444,9 +444,9 @@ if __name__ == "__main__":
444
  # Model configurations and loading
445
  models = {}
446
  model_paths = {
447
- "upper": {"class_name": "TryOffDiffv2_single", "path": "tryoffdiffv2_upper.pth"}, # internal code: model_20250213_134430
448
- "lower": {"class_name": "TryOffDiffv2_single", "path": "tryoffdiffv2_lower.pth"}, # internal code: model_20250213_134130
449
- "dress": {"class_name": "TryOffDiffv2_single", "path": "tryoffdiffv2_dress.pth"}, # internal code: model_20250213_133554
450
  "multi": {"class_name": "TryOffDiffv2", "path": "tryoffdiffv2_multi.pth"}, # internal code: model_20250310_155608
451
  }
452
  for name, cfg in model_paths.items():
 
444
  # Model configurations and loading
445
  models = {}
446
  model_paths = {
447
+ "upper": {"class_name": "TryOffDiffv2Single", "path": "tryoffdiffv2_upper.pth"}, # internal code: model_20250213_134430
448
+ "lower": {"class_name": "TryOffDiffv2Single", "path": "tryoffdiffv2_lower.pth"}, # internal code: model_20250213_134130
449
+ "dress": {"class_name": "TryOffDiffv2Single", "path": "tryoffdiffv2_dress.pth"}, # internal code: model_20250213_133554
450
  "multi": {"class_name": "TryOffDiffv2", "path": "tryoffdiffv2_multi.pth"}, # internal code: model_20250310_155608
451
  }
452
  for name, cfg in model_paths.items():