Alexvatti commited on
Commit
496e5c7
·
verified ·
1 Parent(s): 6695dcb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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