ninetynine99 commited on
Commit
bf54ad3
·
verified ·
1 Parent(s): 969b92f

Update load.py

Browse files
Files changed (1) hide show
  1. load.py +2 -1
load.py CHANGED
@@ -19,4 +19,5 @@ def load_model(model_path="fine_tuned_resnet50.pth"):
19
 
20
  # If the file is run directly, load the model
21
  if __name__ == "__main__":
22
- model = load_model()
 
 
19
 
20
  # If the file is run directly, load the model
21
  if __name__ == "__main__":
22
+ model = load_model()
23
+