Paolo-Fraccaro commited on
Commit
72bf11b
1 Parent(s): 5eb1e83

add new example

Browse files
Files changed (2) hide show
  1. Bolivia_432776_S2Hand.tif +0 -3
  2. app.py +1 -1
Bolivia_432776_S2Hand.tif DELETED

Git LFS Details

  • SHA256: 75d815071750e2c57cea204770cb7e7c7dfda7311f67e9d5b180771ef68b9fe9
  • Pointer size: 132 Bytes
  • Size of remote file: 2.16 MB
app.py CHANGED
@@ -210,7 +210,7 @@ with gr.Blocks() as demo:
210
  btn.click(fn=func, inputs=inp, outputs=[out1, out2])
211
 
212
  with gr.Row():
213
- gr.Examples(examples=["Bolivia_432776_S2Hand.tif",
214
  "Spain_7370579_S2Hand.tif",
215
  "USA_430764_S2Hand.tif"],
216
  inputs=inp,
 
210
  btn.click(fn=func, inputs=inp, outputs=[out1, out2])
211
 
212
  with gr.Row():
213
+ gr.Examples(examples=["Sri-Lanka_63307_S2Hand.tif",
214
  "Spain_7370579_S2Hand.tif",
215
  "USA_430764_S2Hand.tif"],
216
  inputs=inp,