Sushrut98 commited on
Commit
790e8db
·
verified ·
1 Parent(s): 5ad3e9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ transform = transforms.Compose([
32
  # Load saved weights
33
  TinyCNN_model.load_state_dict(
34
  torch.load(
35
- f="TinyCNN.pth",
36
  map_location=torch.device("cpu"), # load to CPU
37
  )
38
  )
 
32
  # Load saved weights
33
  TinyCNN_model.load_state_dict(
34
  torch.load(
35
+ f="TinyCNN_3.pth",
36
  map_location=torch.device("cpu"), # load to CPU
37
  )
38
  )