Spaces:
Sleeping
Sleeping
Guillermo Uribe Vicencio
commited on
Commit
•
c3d8aa4
1
Parent(s):
2027ba6
Actualizacion de Textos
Browse files
app.py
CHANGED
@@ -258,9 +258,10 @@ with gr.Blocks() as demo:
|
|
258 |
gr.Button("Input")
|
259 |
gr.Button("Categories")
|
260 |
gr.Button("X")
|
261 |
-
gr.Markdown(value='# Prithvi multi temporal crop classification')
|
262 |
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 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
|
263 |
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.
|
|
|
264 |
''')
|
265 |
with gr.Row():
|
266 |
with gr.Column():
|
|
|
258 |
gr.Button("Input")
|
259 |
gr.Button("Categories")
|
260 |
gr.Button("X")
|
261 |
+
gr.Markdown(value='# Improved Prithvi multi temporal crop classification')
|
262 |
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 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
|
263 |
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.
|
264 |
+
The output adds a new visualization of estimated surface
|
265 |
''')
|
266 |
with gr.Row():
|
267 |
with gr.Column():
|