Omnibus commited on
Commit
bc07b0e
1 Parent(s): 80660a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ data = query1()
9
  print (data)
10
 
11
 
12
- API_URL2 = "https://datasets-server.huggingface.co/rows?dataset=nlphuji/flickr30k&config=default&split=train&offset=150&length=10"
13
  def query2():
14
  response = requests.get(API_URL2)
15
  return response.json()
 
9
  print (data)
10
 
11
 
12
+ API_URL2 = "https://datasets-server.huggingface.co/rows?dataset=nlphuji/flickr30k&config=default&split=test&offset=150&length=10"
13
  def query2():
14
  response = requests.get(API_URL2)
15
  return response.json()