subhuatharva commited on
Commit
cb1234d
1 Parent(s): b9ab359

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,6 +145,6 @@ title = "Satellite Image Landscape Analysis for Deforestation"
145
  description = "This bot will take any satellite image and analyze the factors which lead to deforestation by identify the landscape based on forest areas, roads, habitation, water etc."
146
  app = gr.Interface(fn=main, inputs="image", outputs="text", title=title,
147
  description=description,
148
- examples=[["sample_images/train_142.jpg"], ["sample_images/train_32.jpg"],["sample_images/train_59.jpg"], ["sample_images/train_67.jpg"],["sample_images/train_75.jpg"],["sample_images/train_92.jpg"],["sample_images/random_satellite.png"]])
149
  app.launch(share = True)
150
 
 
145
  description = "This bot will take any satellite image and analyze the factors which lead to deforestation by identify the landscape based on forest areas, roads, habitation, water etc."
146
  app = gr.Interface(fn=main, inputs="image", outputs="text", title=title,
147
  description=description,
148
+ examples=[["sample_images/train_142.jpg"], ["sample_images/train_32.jpg"],["sample_images/random_satellite3.png"],["sample_images/random_satellite2.png"],["sample_images/train_75.jpg"],["sample_images/train_92.jpg"],["sample_images/random_satellite.png"]])
149
  app.launch(share = True)
150