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

fix markdown

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -191,7 +191,7 @@ func = partial(inference_on_file, model=model, custom_test_pipeline=custom_test_
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.
 
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.