Update app.py
Browse files
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="""
|
75 |
-
Each example image covers
|
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()
|