Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def find_fn(lvl_1,lvl_2,fetch_url,config="TEST",split="test",offset=0,length=10)
|
|
45 |
lvl_1=lvl_1.strip("[]")
|
46 |
|
47 |
lvl_2=lvl_2.strip("[]")
|
48 |
-
print(inp)
|
49 |
if lvl_2 != "":
|
50 |
for ea in out_json[f"{lvl_1}"]:
|
51 |
#img_ea = ea['row']['image']['src']
|
|
|
45 |
lvl_1=lvl_1.strip("[]")
|
46 |
|
47 |
lvl_2=lvl_2.strip("[]")
|
48 |
+
#print(inp)
|
49 |
if lvl_2 != "":
|
50 |
for ea in out_json[f"{lvl_1}"]:
|
51 |
#img_ea = ea['row']['image']['src']
|