Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ demo = gr.Interface(
|
|
50 |
<div style='display: flex; justify-content: center; align-items: center;'>
|
51 |
<img src='https://sustainability.fb.com/wp-content/uploads/2024/04/worldmap-2500.jpg?w=1536' style='max-width: 500px'/>
|
52 |
</div>
|
53 |
-
<p>This application uses a pre-trained model to estimate canopy height from satellite images. Upload an image and see the result
|
54 |
""",
|
55 |
examples=[
|
56 |
["examples/image.png"],
|
|
|
50 |
<div style='display: flex; justify-content: center; align-items: center;'>
|
51 |
<img src='https://sustainability.fb.com/wp-content/uploads/2024/04/worldmap-2500.jpg?w=1536' style='max-width: 500px'/>
|
52 |
</div>
|
53 |
+
<p>This application uses a pre-trained model to estimate canopy height from satellite images. Upload an image and see the result! (You can upload a screenshot from Google Maps, for example).</p>
|
54 |
""",
|
55 |
examples=[
|
56 |
["examples/image.png"],
|