ho11laqe commited on
Commit
3786120
1 Parent(s): 8b536c8
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -66,9 +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
- os.path.join(os.path.dirname(__file__), "test_sar_images/DBE_2006-02-23_RSAT_12_3_282_small.png"),
71
- os.path.join(os.path.dirname(__file__), "test_sar_images/JAC_2009-08-15_TSX_6_1_005_small.png"),])
72
 
73
 
74
 
 
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