ajoy0071998 commited on
Commit
f7e9a5a
·
verified ·
1 Parent(s): 6d2ceaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from PIL import Image
6
  import json
7
 
8
  # Load the model
9
- model = tf.keras.models.load_model("satellite_image_model.h5")
10
 
11
  # Load class labels
12
  with open("label_map.json", "r") as f:
 
6
  import json
7
 
8
  # Load the model
9
+ model = tf.keras.models.load_model("EuroSAT_model.h5")
10
 
11
  # Load class labels
12
  with open("label_map.json", "r") as f: