AravindKumarRajendran commited on
Commit
78d57af
·
1 Parent(s): da4ecbf
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ def load_model(model_path):
67
  model.eval() # Set the model to evaluation mode
68
  return model
69
 
70
- model_path = "models/resnet50.pth"
71
  label_path = 'classes.json' # Path to the class index mapping
72
  model = load_model(model_path)
73
  class_labels = load_class_labels(label_path)
 
67
  model.eval() # Set the model to evaluation mode
68
  return model
69
 
70
+ model_path = "models/resnet_50.pth"
71
  label_path = 'classes.json' # Path to the class index mapping
72
  model = load_model(model_path)
73
  class_labels = load_class_labels(label_path)