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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ demo = gr.Interface(
45
  fn=predict,
46
  inputs=gr.Image(label="Upload a Satellite Image"),
47
  outputs=gr.Image(label="Estimated Canopy Height"),
48
- title="Estimate 🌳 Canopy Height from Satellite Image 🛰️",
49
  description="""
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'/>
 
45
  fn=predict,
46
  inputs=gr.Image(label="Upload a Satellite Image"),
47
  outputs=gr.Image(label="Estimated Canopy Height"),
48
+ title="Estimate 🌳 Canopy Height from Satellite Images 🛰️",
49
  description="""
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'/>