Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import keras.backend as K
|
|
7 |
|
8 |
from matplotlib import pyplot as plt
|
9 |
from PIL import Image
|
10 |
-
|
11 |
|
12 |
|
13 |
resized_shape = (768, 768, 3)
|
|
|
7 |
|
8 |
from matplotlib import pyplot as plt
|
9 |
from PIL import Image
|
10 |
+
import keras
|
11 |
|
12 |
|
13 |
resized_shape = (768, 768, 3)
|