ho11laqe commited on
Commit
8afe262
1 Parent(s): 7d829ea
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ demo = gr.Interface(run_front_detection, gr.Image(type='pil'), "image", title='C
66
  For images larger than 200KB we suggest to run on your own PC, this platform providese limited computational resources. ",
67
 
68
  examples=[os.path.join(os.path.dirname(__file__), "test_sar_images/Mapple_2018-06-11_S1_20_2_009.png"),
69
- os.path.join(os.path.dirname(__file__), "test_sar_images/COL_2016-05-20_TDX_7_1_092_small.png"),])
70
 
71
 
72
 
 
66
  For images larger than 200KB we suggest to run on your own PC, this platform providese limited computational resources. ",
67
 
68
  examples=[os.path.join(os.path.dirname(__file__), "test_sar_images/Mapple_2018-06-11_S1_20_2_009.png"),
69
+ os.path.join(os.path.dirname(__file__), "test_sar_images/COL_2011-06-18_TDX_7_1_024_small.png"),])
70
 
71
 
72