pleonard commited on
Commit
b5ad247
·
1 Parent(s): 2a2ecd4

headers adjustment

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def analyze_image(image, metadata):
71
  }
72
 
73
  try:
74
- response = requests.post(API_URL, headers=headers, json=payload)
75
  response.raise_for_status()
76
  result = response.json()
77
 
 
71
  }
72
 
73
  try:
74
+ response = requests.post(API_URL, json=payload)
75
  response.raise_for_status()
76
  result = response.json()
77