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

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +0 -1
handler.py CHANGED
@@ -32,7 +32,6 @@ 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
- print(data)
36
  inputs = data.pop("inputs", data)
37
  parameters = data.pop("parameters", {})
38
 
 
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