Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ from tqdm import tqdm
|
|
| 6 |
import tensorflow as tf
|
| 7 |
from tensorflow import keras
|
| 8 |
from keras.utils import np_utils
|
| 9 |
-
from
|
| 10 |
from keras.utils.image import ImageDataGenerator
|
| 11 |
import matplotlib.pyplot as plt
|
| 12 |
|
|
|
|
| 6 |
import tensorflow as tf
|
| 7 |
from tensorflow import keras
|
| 8 |
from keras.utils import np_utils
|
| 9 |
+
from tensorflow.keras.preprocessing import image
|
| 10 |
from keras.utils.image import ImageDataGenerator
|
| 11 |
import matplotlib.pyplot as plt
|
| 12 |
|