sanket09 commited on
Commit
83134a3
·
verified ·
1 Parent(s): 1a435c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -235,7 +235,7 @@ func = partial(inference_on_file, model=model, custom_test_pipeline=custom_test_
235
  with gr.Blocks() as demo:
236
 
237
  gr.Markdown(value='# multi temporal crop classification')
238
- gr.Markdown(value='''this is a first-of-its-kind temporal Vision transformer Harmonised Landsat Sentinel 2 (HLS) data. This demo showcases how the model was finetuned to classify crop and other land use categories using multi temporal data. More detailes can be found [here](https://huggingface.co/ibm-nasa-geospatial/Prithvi-100M-multi-temporal-crop-classification).\n
239
  The user needs to provide an HLS geotiff image, including 18 bands for 3 time-step, and each time-step includes the channels described above (Blue, Green, Red, Narrow NIR, SWIR, SWIR 2) in order.
240
  ''')
241
  with gr.Row():
 
235
  with gr.Blocks() as demo:
236
 
237
  gr.Markdown(value='# multi temporal crop classification')
238
+ gr.Markdown(value='''this is a first-of-its-kind temporal Vision transformer Harmonised Landsat Sentinel 2 (HLS) data. This demo showcases how the model was finetuned to classify crop and other land use categories using multi temporal data. More detailes can be found [here](https://huggingface.co/).\n
239
  The user needs to provide an HLS geotiff image, including 18 bands for 3 time-step, and each time-step includes the channels described above (Blue, Green, Red, Narrow NIR, SWIR, SWIR 2) in order.
240
  ''')
241
  with gr.Row():