Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def find_fn(inp,fetch_url,config="TEST",split="test",offset=0,length=10):
|
|
41 |
#print(out_json['rows'])
|
42 |
#print (inp)
|
43 |
img_list=[]
|
44 |
-
|
45 |
|
46 |
inp=inp.strip("[]")
|
47 |
print(inp)
|
|
|
41 |
#print(out_json['rows'])
|
42 |
#print (inp)
|
43 |
img_list=[]
|
44 |
+
out_json=query2(fetch_url,config,split,offset=10,length=20)
|
45 |
|
46 |
inp=inp.strip("[]")
|
47 |
print(inp)
|