Update handler.py
Browse files- 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 |
|