youl commited on
Commit
9c36f38
·
1 Parent(s): c968c6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def predict(location_name,lat, lon):
51
  # create image dataset
52
  images_10 = extract_sub_image(bandes_path_10,tile_path,cord)
53
 
54
- # bandes with 20m resolution
55
  #path_cld_20
56
  images_20 = extract_sub_image(bandes_path_20,tile_path,cord,20,1)
57
 
 
51
  # create image dataset
52
  images_10 = extract_sub_image(bandes_path_10,tile_path,cord)
53
 
54
+ ## bandes with 20m resolution
55
  #path_cld_20
56
  images_20 = extract_sub_image(bandes_path_20,tile_path,cord,20,1)
57