Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -168,8 +168,8 @@ def find_items(lvl_1,lvl_2,lvl_3,lvl_4,lvl_5,fetch_url,config="TEST",split="test
|
|
168 |
def img_fn(inp):
|
169 |
img_box=[]
|
170 |
for img in inp:
|
171 |
-
out = Image.open(inp)
|
172 |
-
img_box.append(
|
173 |
return img_box
|
174 |
with gr.Blocks() as app:
|
175 |
with gr.Box():
|
|
|
168 |
def img_fn(inp):
|
169 |
img_box=[]
|
170 |
for img in inp:
|
171 |
+
#out = Image.open(inp)
|
172 |
+
img_box.append(img)
|
173 |
return img_box
|
174 |
with gr.Blocks() as app:
|
175 |
with gr.Box():
|