Vivien Chappelier commited on
Commit
ff7c05e
Β·
1 Parent(s): 2880299

fix header

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ class BZHStableSignatureDemo(object):
100
  api_key = os.getenv('BZH_API_KEY')
101
  print("api_key = ", api_key)
102
  if api_key:
103
- headers['BZH_API_KEY'] = api_key
104
  print("headers = ", headers)
105
  response = requests.post('https://bzh.imatag.com/bzh/api/v1.0/detect',
106
  json=data, headers=headers)
 
100
  api_key = os.getenv('BZH_API_KEY')
101
  print("api_key = ", api_key)
102
  if api_key:
103
+ headers['x-bzh-api-key'] = api_key
104
  print("headers = ", headers)
105
  response = requests.post('https://bzh.imatag.com/bzh/api/v1.0/detect',
106
  json=data, headers=headers)