Spaces:
Runtime error
Runtime error
Santhosh Subramanian
commited on
Commit
·
df06a71
1
Parent(s):
5a7eb6a
again
Browse files- app.py +0 -1
- requirements.txt +1 -2
app.py
CHANGED
@@ -10,7 +10,6 @@ from itertools import cycle
|
|
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 |
|
|
|
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 |
|
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
st_btn_select
|
2 |
streamlit_image_select
|
3 |
-
banana_dev
|
4 |
-
PIL
|
|
|
1 |
st_btn_select
|
2 |
streamlit_image_select
|
3 |
+
banana_dev
|
|