2052man commited on
Commit
d886890
·
verified ·
1 Parent(s): 4a1b0ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ with st.spinner('Model is being loaded..'):
14
  with open('style.css') as f:
15
  st.markdown(f'<style>{f.read()}</style>', unsafe_allow_html=True)
16
 
17
- file = st.file_uploader(type=["jpg", "png", "jpeg", "webm"])
18
  import cv2
19
  from PIL import Image, ImageOps
20
  from tensorflow.keras.models import load_model
 
14
  with open('style.css') as f:
15
  st.markdown(f'<style>{f.read()}</style>', unsafe_allow_html=True)
16
 
17
+ file = st.file_uploader('Please Upload an image',type=["jpg", "png", "jpeg", "webm"],)
18
  import cv2
19
  from PIL import Image, ImageOps
20
  from tensorflow.keras.models import load_model