luciancotolan commited on
Commit
7ae170a
β€’
1 Parent(s): 919bd37
app.py CHANGED
@@ -13,7 +13,7 @@ def predict(img):
13
  title = "Satellite Image Deforestation Classifier"
14
  description = "A deep learning model based on ResNet50 that can classify satellite images into two categories - deforestation (a deforestation event occured in the image) or not_deforestation."
15
  article="<p style='text-align: center'><a href='https://github.com/LucianCotolan/sas-image-deforestification' target='_blank'>Project Github Repository</a></p>"
16
- examples = ['fragment_1.jpg']
17
 
18
  interpretation='default'
19
  enable_queue=True
 
13
  title = "Satellite Image Deforestation Classifier"
14
  description = "A deep learning model based on ResNet50 that can classify satellite images into two categories - deforestation (a deforestation event occured in the image) or not_deforestation."
15
  article="<p style='text-align: center'><a href='https://github.com/LucianCotolan/sas-image-deforestification' target='_blank'>Project Github Repository</a></p>"
16
+ examples = ['fragment_1.jpg', 'fragment_2.jpg', 'fragment_3.jpg', 'fragment_4.jpg']
17
 
18
  interpretation='default'
19
  enable_queue=True
fragment_S2A_MSIL2A_20220722T092041_N0400_R093_T34TFR_20220722T134859_4_42.jpg β†’ fragment_2.jpg RENAMED
File without changes
fragment_S2A_MSIL2A_20220722T092041_N0400_R093_T34TFR_20220722T134859_5_39.jpg β†’ fragment_3.jpg RENAMED
File without changes
fragment_S2A_MSIL2A_20220722T092041_N0400_R093_T34TFR_20220722T134859_10_14.jpg β†’ fragment_4.jpg RENAMED
File without changes