sudhir2016's picture
Update app.py
decb04d
raw
history blame
271 Bytes
import tensorflow as tf
from tensorflow import keras
from tensorflow.keras.models import load_model
import numpy as np
import matplotlib.pyplot as plt
#import cv2
from PIL import Image
#from resizeimage import resizeimage
label=[]
for i in range (10):
label.append(1)