Marlon Wiprud commited on
Commit
9cd72d1
·
1 Parent(s): 2e8c95f

feat: update req body

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -93,7 +93,7 @@ class EndpointHandler:
93
  A :obj:`list` | `dict`: will be serialized and returned
94
  """
95
 
96
- query = data["query"]
97
  img_uri = data["img_uri"]
98
 
99
  image = Image.open(
 
93
  A :obj:`list` | `dict`: will be serialized and returned
94
  """
95
 
96
+ query = data["inputs"]
97
  img_uri = data["img_uri"]
98
 
99
  image = Image.open(