TeamHaltmannSusanaHWCEO commited on
Commit
0af2a62
1 Parent(s): 51ecc78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import streamlit as st
2
  from PIL import Image
 
3
 
4
  # Load the image
5
  @st.cache
 
1
  import streamlit as st
2
  from PIL import Image
3
+ from PIL.ImageFilter import BLUR
4
 
5
  # Load the image
6
  @st.cache