bauerfel commited on
Commit
247fd27
1 Parent(s): 9f3821c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from PIL import Image
4
  import numpy as np
5
 
6
  # Load your custom regression model
7
- model_path = "kia_mnist_keras_model.weights.h5"
8
  model_path = "Ditto-premiumdelux-model_transferlearning.keras"
9
 
10
  #model.load_weights(model_path)
 
4
  import numpy as np
5
 
6
  # Load your custom regression model
7
+ model_path = "Ditto-premiumdelux-model_transferlearning.weights.h5"
8
  model_path = "Ditto-premiumdelux-model_transferlearning.keras"
9
 
10
  #model.load_weights(model_path)