Spaces:
Runtime error
Runtime error
Santhosh Subramanian
commited on
Commit
·
5a7eb6a
1
Parent(s):
9cbcf69
files
Browse files- app.py +0 -1
- requirements.txt +2 -1
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 diffusers import StableDiffusionPipeline
|
14 |
from PIL import Image
|
15 |
from st_btn_select import st_btn_select
|
16 |
from streamlit_image_select import image_select
|
|
|
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
|
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
st_btn_select
|
2 |
streamlit_image_select
|
3 |
-
banana_dev
|
|
|
|
1 |
st_btn_select
|
2 |
streamlit_image_select
|
3 |
+
banana_dev
|
4 |
+
PIL
|