djl234 commited on
Commit
7b7a2d8
·
1 Parent(s): 3b1f1d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ import collections
19
 
20
  net = build_model('cpu').to('cpu')
21
  #net=torch.nn.DataParallel(net)
22
- model_path = 'image_best.pth'
23
  print(model_path)
24
  weight=torch.load(model_path,map_location=torch.device('cpu'))
25
  #print(type(weight))
 
19
 
20
  net = build_model('cpu').to('cpu')
21
  #net=torch.nn.DataParallel(net)
22
+ model_path = 'image_best1.pth'
23
  print(model_path)
24
  weight=torch.load(model_path,map_location=torch.device('cpu'))
25
  #print(type(weight))