Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|