Omnibus commited on
Commit
1d06fdf
1 Parent(s): f894099

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import requests
2
  headers = {"Authorization": f"Bearer {API_TOKEN}"}
3
- API_URL1 = "https://datasets-server.huggingface.co/splits?dataset=nlphuji/flickr30k""
4
  def query1():
5
  response = requests.get(API_URL1, headers=headers)
6
  return response.json()
 
1
  import requests
2
  headers = {"Authorization": f"Bearer {API_TOKEN}"}
3
+ API_URL1 = "https://datasets-server.huggingface.co/splits?dataset=nlphuji/flickr30k"
4
  def query1():
5
  response = requests.get(API_URL1, headers=headers)
6
  return response.json()