Paolo-Fraccaro commited on
Commit
6e3889d
·
1 Parent(s): 2611090

Add markdown

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -191,6 +191,11 @@ func = partial(inference_on_file, model=model, custom_test_pipeline=custom_test_
191
 
192
  with gr.Blocks() as demo:
193
 
 
 
 
 
 
194
  with gr.Row():
195
  with gr.Column():
196
  inp = gr.File()
 
191
 
192
  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
196
+ 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
197
+ The user needs to provide an HLS geotiff image, including the following channels in reflectance units (e.g. 0-1): Blue, Green, Red, NIRa, SWIR, SWIR 2.
198
+ ''')
199
  with gr.Row():
200
  with gr.Column():
201
  inp = gr.File()