SlowPacer commited on
Commit
57e707f
·
1 Parent(s): 12d3cce

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -0
handler.py CHANGED
@@ -32,6 +32,7 @@ class EndpointHandler():
32
  A :obj:`dict`:. The object returned should be a dict of one list like {"captions": ["A hugging face at the office"]} containing :
33
  - "caption": A string corresponding to the generated caption.
34
  """
 
35
  inputs = data.pop("inputs", data)
36
  parameters = data.pop("parameters", {})
37
 
 
32
  A :obj:`dict`:. The object returned should be a dict of one list like {"captions": ["A hugging face at the office"]} containing :
33
  - "caption": A string corresponding to the generated caption.
34
  """
35
+ print(data)
36
  inputs = data.pop("inputs", data)
37
  parameters = data.pop("parameters", {})
38