Paolo-Fraccaro
commited on
Commit
•
63a485f
1
Parent(s):
487df41
correct desc
Browse files
app.py
CHANGED
@@ -193,7 +193,7 @@ with gr.Blocks() as demo:
|
|
193 |
|
194 |
gr.Markdown(value='# Prithvi burn scars detection')
|
195 |
gr.Markdown(value='''Prithvi is a first-of-its-kind temporal Vision transformer pretrained by the IBM and NASA team on continental US Harmonised Landsat Sentinel 2 (HLS) data. This demo showcases how the model was finetuned to detect burn scars. More detailes can be found [here](https://huggingface.co/ibm-nasa-geospatial/Prithvi-100M-burn-scar).\n
|
196 |
-
The user needs to provide an HLS geotiff image, including the following channels in reflectance units (e.g. 0-1): Blue, Green, Red,
|
197 |
''')
|
198 |
with gr.Row():
|
199 |
with gr.Column():
|
@@ -201,7 +201,7 @@ with gr.Blocks() as demo:
|
|
201 |
btn = gr.Button("Submit")
|
202 |
|
203 |
with gr.Row():
|
204 |
-
gr.Markdown(value='### Input color composite (SWIR,
|
205 |
gr.Markdown(value='### Model prediction (Black: No burn scar; White: Burn scar)')
|
206 |
|
207 |
with gr.Row():
|
|
|
193 |
|
194 |
gr.Markdown(value='# Prithvi burn scars detection')
|
195 |
gr.Markdown(value='''Prithvi is a first-of-its-kind temporal Vision transformer pretrained by the IBM and NASA team on continental US Harmonised Landsat Sentinel 2 (HLS) data. This demo showcases how the model was finetuned to detect burn scars. More detailes can be found [here](https://huggingface.co/ibm-nasa-geospatial/Prithvi-100M-burn-scar).\n
|
196 |
+
The user needs to provide an HLS geotiff image, including the following channels in reflectance units (e.g. 0-1): Blue, Green, Red, Narrow NIR, SWIR, SWIR 2.
|
197 |
''')
|
198 |
with gr.Row():
|
199 |
with gr.Column():
|
|
|
201 |
btn = gr.Button("Submit")
|
202 |
|
203 |
with gr.Row():
|
204 |
+
gr.Markdown(value='### Input color composite (SWIR, Narrow NIR, Red)')
|
205 |
gr.Markdown(value='### Model prediction (Black: No burn scar; White: Burn scar)')
|
206 |
|
207 |
with gr.Row():
|