juansensio commited on
Commit
f8f3467
·
verified ·
1 Parent(s): a8f177a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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!</p>
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"],