jbilcke-hf HF Staff commited on
Commit
d18d1eb
·
verified ·
1 Parent(s): 9eaa2c0

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -325,7 +325,7 @@ class EndpointHandler:
325
  - metadata: Generation metadata
326
  """
327
  inputs = data.get("inputs", dict())
328
- print(inputs)
329
 
330
  input_prompt = inputs.get("prompt", "")
331
  input_image = inputs.get("image")
 
325
  - metadata: Generation metadata
326
  """
327
  inputs = data.get("inputs", dict())
328
+ #print(inputs)
329
 
330
  input_prompt = inputs.get("prompt", "")
331
  input_image = inputs.get("image")