s1ri1337 commited on
Commit
50442b8
1 Parent(s): 99e8c58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ from tensorflow.keras.preprocessing import image
3
  import matplotlib.pyplot as plt
4
  from keras.models import load_model
5
  import numpy as np
 
6
 
7
  def load_image(img):
8
  img_tensor = image.img_to_array(img)
 
3
  import matplotlib.pyplot as plt
4
  from keras.models import load_model
5
  import numpy as np
6
+ import json
7
 
8
  def load_image(img):
9
  img_tensor = image.img_to_array(img)