Paolo-Fraccaro commited on
Commit
9727635
·
1 Parent(s): 6851eaa

fix markdown

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -192,8 +192,7 @@ func = partial(inference_on_file, model=model, custom_test_pipeline=custom_test_
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():
 
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 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, NIRa, SWIR, SWIR 2.
197
  ''')
198
  with gr.Row():