Update app.py
Browse files
app.py
CHANGED
|
@@ -13,6 +13,8 @@ import tensorflow as tf
|
|
| 13 |
import tempfile
|
| 14 |
from rasterio import features
|
| 15 |
from shapely.geometry import shape
|
|
|
|
|
|
|
| 16 |
|
| 17 |
# Configuration
|
| 18 |
HEIGHT = WIDTH = 256
|
|
|
|
| 13 |
import tempfile
|
| 14 |
from rasterio import features
|
| 15 |
from shapely.geometry import shape
|
| 16 |
+
import geopandas as gpd
|
| 17 |
+
import zipfile
|
| 18 |
|
| 19 |
# Configuration
|
| 20 |
HEIGHT = WIDTH = 256
|