KikoDM commited on
Commit
4cd8e85
·
1 Parent(s): f916b31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -7,11 +7,11 @@ from tqdm import tqdm
7
  import tensorflow as tf
8
  from tensorflow import keras
9
  from keras.utils import np_utils
10
- from tensorflow.python.keras.preprocessing import image
11
- from tensorflow.python.keras.preprocessing.image import ImageDataGenerator
12
- from skimage import io
13
  import matplotlib.pyplot as plt
14
- from tensorflow.python.keras.utils import np_utils
15
 
16
  new_model = tf.keras.models.load_model('my_model')
17
  objects = ('angry', 'disgust', 'fear', 'happy', 'sad', 'surprise', 'neutral')
 
7
  import tensorflow as tf
8
  from tensorflow import keras
9
  from keras.utils import np_utils
10
+ #from tensorflow.python.keras.preprocessing import image
11
+ #from tensorflow.python.keras.preprocessing.image import ImageDataGenerator
12
+ #from skimage import io
13
  import matplotlib.pyplot as plt
14
+ #from tensorflow.python.keras.utils import np_utils
15
 
16
  new_model = tf.keras.models.load_model('my_model')
17
  objects = ('angry', 'disgust', 'fear', 'happy', 'sad', 'surprise', 'neutral')