Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,8 @@ from keras.models import load_model
|
|
3 |
from PIL import Image, ImageOps
|
4 |
import numpy as np
|
5 |
import gradio as gr
|
|
|
|
|
6 |
|
7 |
|
8 |
# Load the model
|
|
|
3 |
from PIL import Image, ImageOps
|
4 |
import numpy as np
|
5 |
import gradio as gr
|
6 |
+
import rasterio
|
7 |
+
from rasterio.enums import Resampling
|
8 |
|
9 |
|
10 |
# Load the model
|