mayrajeo commited on
Commit
4dfb01d
1 Parent(s): c17faf1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -71,6 +71,6 @@ gr.Interface(
71
  cache_examples=False,
72
  examples_per_page=10,
73
  title='Marine vessel detection from Sentinel 2 images',
74
- description="""Detecting marine vessels from Sentinel 2 imagery.
75
- Each example image covers 1500x1500 pixels."""
76
  ).launch()
 
71
  cache_examples=False,
72
  examples_per_page=10,
73
  title='Marine vessel detection from Sentinel 2 images',
74
+ description="""Models detect potential marine vessels from Sentinel 2 imagery.
75
+ Each example image covers 7.68x7.68 km (768x768 pixels)."""
76
  ).launch()