subhuatharva commited on
Commit
5d17bac
1 Parent(s): 0caeae3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def one_hot_decoding(labels):
55
  return true_labels
56
 
57
  title = "Satellite Image Classification for Landscape Analysis"
58
- description = """The bot was primarily trained to classify satellite images of the entire Amazon rainforest. You will need to upload satellite images and the bot will classify roads, forest, agriculure areas and much more!"""
59
 
60
  def model_output(image):
61
  #image = cv2.imread(image)
 
55
  return true_labels
56
 
57
  title = "Satellite Image Classification for Landscape Analysis"
58
+ description = """The bot was primarily trained to classify satellite images of the entire Amazon rainforest. You will need to upload satellite images and the bot will classify roads, forest, agriculure areas and the bot will return an analysis for the factors causing deforestation."""
59
 
60
  def model_output(image):
61
  #image = cv2.imread(image)