Update app.py
Browse files
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=[["
|
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/train_59.jpg"], ["sample_images/train_67.jpg"],["sample_images/train_75.jpg"],["sample_images/train_92.jpg"],["sample_images/random_satellite.jpg"]])
|
149 |
app.launch(share = True)
|
150 |
|