Commit
·
6851eaa
1
Parent(s):
41682e2
fix order
Browse files
app.py
CHANGED
@@ -206,8 +206,9 @@ with gr.Blocks() as demo:
|
|
206 |
|
207 |
btn.click(fn=func, inputs=inp, outputs=[out1, out2])
|
208 |
with gr.Row():
|
209 |
-
gr.Markdown(value='
|
210 |
-
gr.Markdown(value='
|
|
|
211 |
with gr.Row():
|
212 |
gr.Examples(examples=["subsetted_512x512_HLS.S30.T10TGS.2020245.v1.4_merged.tif",
|
213 |
"subsetted_512x512_HLS.S30.T10TGS.2018285.v1.4_merged.tif",
|
|
|
206 |
|
207 |
btn.click(fn=func, inputs=inp, outputs=[out1, out2])
|
208 |
with gr.Row():
|
209 |
+
gr.Markdown(value='### Input color composite (SWIR, NIRa, Red)')
|
210 |
+
gr.Markdown(value='### Model prediction (Black: No burn scar; White: Burn scar)')
|
211 |
+
|
212 |
with gr.Row():
|
213 |
gr.Examples(examples=["subsetted_512x512_HLS.S30.T10TGS.2020245.v1.4_merged.tif",
|
214 |
"subsetted_512x512_HLS.S30.T10TGS.2018285.v1.4_merged.tif",
|