yuripeyamashita commited on
Commit
4f21278
1 Parent(s): 15833f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ print(headers)
13
  def index():
14
  url = 'https://yuripeyamashita-fetch2.hf.space/'
15
  response = requests.get(url, headers=headers)
16
- return response.json
17
 
18
  if __name__ == "__main__":
19
  app.run(host="0.0.0.0", port=7860)
 
13
  def index():
14
  url = 'https://yuripeyamashita-fetch2.hf.space/'
15
  response = requests.get(url, headers=headers)
16
+ return response.json()
17
 
18
  if __name__ == "__main__":
19
  app.run(host="0.0.0.0", port=7860)