Omnibus commited on
Commit
f976f08
·
1 Parent(s): 36d381f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def find_fn(lvl_1,lvl_2,fetch_url,config="TEST",split="test",offset=0,length=10)
74
  if lvl_2 == "":
75
  img_list.append(out_json[lvl_1])
76
  return img_list
77
- def upd_drop(lvl_1,lvl_2,lvl_3,lvl_4,lvl_5,fetch_url,config="TEST",split="test",offset=0,length=10)):
78
  out_json,_=query2(fetch_url,config,split,offset=10,length=20)
79
  box_1=[]
80
  box_2=[]
 
74
  if lvl_2 == "":
75
  img_list.append(out_json[lvl_1])
76
  return img_list
77
+ def upd_drop(lvl_1,lvl_2,lvl_3,lvl_4,lvl_5,fetch_url,config="TEST",split="test",offset=0,length=10):
78
  out_json,_=query2(fetch_url,config,split,offset=10,length=20)
79
  box_1=[]
80
  box_2=[]