ravikagitha commited on
Commit
d4b20d3
·
verified ·
1 Parent(s): 23063bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def create_model():
29
  return clf_model
30
 
31
  clf_model = create_model()
32
- clf_model.load_weights('model.weights.h5')
33
 
34
  # input image preprocessing and prediction
35
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
 
29
  return clf_model
30
 
31
  clf_model = create_model()
32
+ clf_model.load_weights('modelac90.weights.h5')
33
 
34
  # input image preprocessing and prediction
35
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')