Spaces:
Sleeping
Sleeping
juansensio
commited on
Update app.py
Browse files
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
|
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'/>
|