Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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/
|
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():
|