mayrajeo commited on
Commit
f0c8280
1 Parent(s): 1eee909

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -63,8 +63,9 @@ gr.Interface(
63
  outputs=outputs,
64
  allow_flagging='never',
65
  examples=example_images,
66
- examples_per_page=32,
67
- title='Boat detection from Sentinel 2 images',
 
68
  description="""Detecting marine vessels from Sentinel 2 imagery.
69
  Each example image covers 1500x1500 pixels."""
70
  ).launch()
 
63
  outputs=outputs,
64
  allow_flagging='never',
65
  examples=example_images,
66
+ cache_examples=False,
67
+ examples_per_page=10,
68
+ title='Marine vessel detection from Sentinel 2 images',
69
  description="""Detecting marine vessels from Sentinel 2 imagery.
70
  Each example image covers 1500x1500 pixels."""
71
  ).launch()