blumenstiel
commited on
Commit
Β·
ee9f10c
1
Parent(s):
f785e54
Updated examples
Browse files
app.py
CHANGED
@@ -240,6 +240,11 @@ Some example images are provided at the end of this page.
|
|
240 |
|
241 |
with gr.Row():
|
242 |
gr.Examples(examples=[[[
|
|
|
|
|
|
|
|
|
|
|
243 |
os.path.join(os.path.dirname(__file__), "examples/Alaska_HLS.S30.T06VUN.2020305T212629.v2.0_cropped.tif"),
|
244 |
os.path.join(os.path.dirname(__file__), "examples/Alaska_HLS.S30.T06VUN.2021044T212601.v2.0_cropped.tif"),
|
245 |
os.path.join(os.path.dirname(__file__), "examples/Alaska_HLS.S30.T06VUN.2021067T213531.v2.0_cropped.tif"),
|
|
|
240 |
|
241 |
with gr.Row():
|
242 |
gr.Examples(examples=[[[
|
243 |
+
os.path.join(os.path.dirname(__file__), "examples/Mexico_HLS.S30.T13REM.2018026T173609.v2.0_cropped.tif"),
|
244 |
+
os.path.join(os.path.dirname(__file__), "examples/Mexico_HLS.S30.T13REM.2018106T172859.v2.0_cropped.tif"),
|
245 |
+
os.path.join(os.path.dirname(__file__), "examples/Mexico_HLS.S30.T13REM.2018201T172901.v2.0_cropped.tif"),
|
246 |
+
os.path.join(os.path.dirname(__file__), "examples/Mexico_HLS.S30.T13REM.2018266T173029.v2.0_cropped.tif")
|
247 |
+
]], [[
|
248 |
os.path.join(os.path.dirname(__file__), "examples/Alaska_HLS.S30.T06VUN.2020305T212629.v2.0_cropped.tif"),
|
249 |
os.path.join(os.path.dirname(__file__), "examples/Alaska_HLS.S30.T06VUN.2021044T212601.v2.0_cropped.tif"),
|
250 |
os.path.join(os.path.dirname(__file__), "examples/Alaska_HLS.S30.T06VUN.2021067T213531.v2.0_cropped.tif"),
|
examples/Mexico_HLS.S30.T13REM.2018026T173609.v2.0_cropped.tif
ADDED
Git LFS Details
|
examples/Mexico_HLS.S30.T13REM.2018106T172859.v2.0_cropped.tif
ADDED
Git LFS Details
|
examples/Mexico_HLS.S30.T13REM.2018201T172901.v2.0_cropped.tif
ADDED
Git LFS Details
|
examples/Mexico_HLS.S30.T13REM.2018266T173029.v2.0_cropped.tif
ADDED
Git LFS Details
|