paugar commited on
Commit
1fdac97
·
verified ·
1 Parent(s): 7c6eb6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -14,8 +14,6 @@ device = torch.device('cuda') if torch.cuda.is_available() else torch.device('cp
14
 
15
  model = torch.load('Models/haze_detection.pt', map_location=device)
16
 
17
- model.load(checkpoints)
18
-
19
  model = model.to(device)
20
 
21
  def load_img (filename):
 
14
 
15
  model = torch.load('Models/haze_detection.pt', map_location=device)
16
 
 
 
17
  model = model.to(device)
18
 
19
  def load_img (filename):