Santhosh Subramanian commited on
Commit
097c210
·
1 Parent(s): df06a71
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ from itertools import cycle
10
 
11
  import banana_dev as banana
12
  import streamlit as st
 
13
  from st_btn_select import st_btn_select
14
  from streamlit_image_select import image_select
15
 
 
10
 
11
  import banana_dev as banana
12
  import streamlit as st
13
+ from PIL import Image
14
  from st_btn_select import st_btn_select
15
  from streamlit_image_select import image_select
16