Paolo-Fraccaro commited on
Commit
9ab2b53
1 Parent(s): 082242e

add inputs

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -439,7 +439,7 @@ with gr.Blocks() as demo:
439
  out9_pred_t3])
440
  with gr.Row():
441
  gr.Markdown("##Examples")
442
- gr.Examples([["HLS.L30.T13REN.2018013T172747.v2.0.B02.B03.B04.B05.B06.B07_cropped.tif",
443
  "HLS.L30.T13REN.2018029T172738.v2.0.B02.B03.B04.B05.B06.B07_cropped.tif",
444
  "HLS.L30.T13REN.2018061T172724.v2.0.B02.B03.B04.B05.B06.B07_cropped.tif"],
445
  ["HLS.L30.T17RMP.2018004T155509.v2.0.B02.B03.B04.B05.B06.B07_cropped.tif",
@@ -448,6 +448,7 @@ with gr.Blocks() as demo:
448
  ["HLS.L30.T18TVL.2018029T154533.v2.0.B02.B03.B04.B05.B06.B07_cropped.tif",
449
  "HLS.L30.T18TVL.2018141T154435.v2.0.B02.B03.B04.B05.B06.B07_cropped.tif",
450
  "HLS.L30.T18TVL.2018189T154446.v2.0.B02.B03.B04.B05.B06.B07_cropped.tif"]],
 
451
  preprocess=preprocess_example,
452
  cache_examples=True,
453
  )
 
439
  out9_pred_t3])
440
  with gr.Row():
441
  gr.Markdown("##Examples")
442
+ gr.Examples(examples=[["HLS.L30.T13REN.2018013T172747.v2.0.B02.B03.B04.B05.B06.B07_cropped.tif",
443
  "HLS.L30.T13REN.2018029T172738.v2.0.B02.B03.B04.B05.B06.B07_cropped.tif",
444
  "HLS.L30.T13REN.2018061T172724.v2.0.B02.B03.B04.B05.B06.B07_cropped.tif"],
445
  ["HLS.L30.T17RMP.2018004T155509.v2.0.B02.B03.B04.B05.B06.B07_cropped.tif",
 
448
  ["HLS.L30.T18TVL.2018029T154533.v2.0.B02.B03.B04.B05.B06.B07_cropped.tif",
449
  "HLS.L30.T18TVL.2018141T154435.v2.0.B02.B03.B04.B05.B06.B07_cropped.tif",
450
  "HLS.L30.T18TVL.2018189T154446.v2.0.B02.B03.B04.B05.B06.B07_cropped.tif"]],
451
+ inputs=inp_files,
452
  preprocess=preprocess_example,
453
  cache_examples=True,
454
  )