saritha5 commited on
Commit
ade5aef
1 Parent(s): 5bdf2ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ import matplotlib.pyplot as plt
5
  from tensorflow.keras.utils import img_to_array
6
  import numpy as np
7
  import warnings
 
8
  import streamlit as st
9
  warnings.filterwarnings("ignore", category=UserWarning)
10
 
 
5
  from tensorflow.keras.utils import img_to_array
6
  import numpy as np
7
  import warnings
8
+ from PIL import Image
9
  import streamlit as st
10
  warnings.filterwarnings("ignore", category=UserWarning)
11