Paolo-Fraccaro
commited on
Commit
•
72bf11b
1
Parent(s):
5eb1e83
add new example
Browse files- Bolivia_432776_S2Hand.tif +0 -3
- app.py +1 -1
Bolivia_432776_S2Hand.tif
DELETED
Git LFS Details
|
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=["
|
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,
|