Omnibus commited on
Commit
cf85ad5
1 Parent(s): d3c6022

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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(out)
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():