Update app.py
Browse files
app.py
CHANGED
@@ -67,4 +67,4 @@ gr.Interface(
|
|
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(
|
|
|
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()
|