Soham Chandratre commited on
Commit
ebeb6ff
·
1 Parent(s): de600c4

minor changes

Browse files
Files changed (1) hide show
  1. model/pothole_model.py +1 -1
model/pothole_model.py CHANGED
@@ -39,7 +39,7 @@ def load_image_model(image):
39
  np.set_printoptions(suppress=True)
40
 
41
  # Load the model from the URL
42
- model_url = "https://huggingface.co/spaces/Soham0708/pothole_detect/blob/main/keras_model.h5"
43
  model = tf.keras.models.load_model(model_url, compile=False)
44
 
45
  # Load the labels
 
39
  np.set_printoptions(suppress=True)
40
 
41
  # Load the model from the URL
42
+ model_url = r"keras_model.h5"
43
  model = tf.keras.models.load_model(model_url, compile=False)
44
 
45
  # Load the labels