Commit
·
e794d2b
1
Parent(s):
7a36946
add units
Browse files
app.py
CHANGED
@@ -401,7 +401,7 @@ with gr.Blocks() as demo:
|
|
401 |
each patch. More info about the model and its weights are available [here](https://huggingface.co/ibm-nasa-geospatial/Prithvi-100M).\n
|
402 |
This demo showcases the image reconstracting over three timestamps, with the user providing a set of three HLS images and the model randomly masking
|
403 |
out some proportion of the images and then reconstructing them based on the not masked portion of the images.\n
|
404 |
-
The user needs to provide three HLS geotiff images, including the following channels: Blue, Green, Red, NIRa, SWIR, SWIR 2.
|
405 |
|
406 |
''')
|
407 |
with gr.Row():
|
|
|
401 |
each patch. More info about the model and its weights are available [here](https://huggingface.co/ibm-nasa-geospatial/Prithvi-100M).\n
|
402 |
This demo showcases the image reconstracting over three timestamps, with the user providing a set of three HLS images and the model randomly masking
|
403 |
out some proportion of the images and then reconstructing them based on the not masked portion of the images.\n
|
404 |
+
The user needs to provide three HLS geotiff images, including the following channels in reflectance units: Blue, Green, Red, NIRa, SWIR, SWIR 2.
|
405 |
|
406 |
''')
|
407 |
with gr.Row():
|