Update app.py
Browse files
app.py
CHANGED
@@ -74,5 +74,6 @@ gr.Interface(
|
|
74 |
description="""Models detect potential marine vessels from Sentinel 2 imagery.
|
75 |
Each example image covers 7.68x7.68 km (768x768 pixels).
|
76 |
As we don't clean the prediction with stationary targets that look like vessels in this resolution,
|
77 |
-
there will most likely be false positives from lighthouses, above-water rocks and on land
|
|
|
78 |
).launch()
|
|
|
74 |
description="""Models detect potential marine vessels from Sentinel 2 imagery.
|
75 |
Each example image covers 7.68x7.68 km (768x768 pixels).
|
76 |
As we don't clean the prediction with stationary targets that look like vessels in this resolution,
|
77 |
+
there will most likely be false positives from lighthouses, above-water rocks and on land.\n
|
78 |
+
Be patient with responses, as free tier only has 2vCPUs so app might be slow sometimes."""
|
79 |
).launch()
|