multimodalart HF staff commited on
Commit
784afed
1 Parent(s): d958ce8

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +0 -1
handler.py CHANGED
@@ -44,7 +44,6 @@ class EndpointHandler:
44
  inputs = data.pop("inputs", data)
45
 
46
  # Automatically add trigger tokens to the beginning of the prompt
47
- print(data)
48
  images = self.pipe(
49
  inputs,
50
  **data['parameters']
 
44
  inputs = data.pop("inputs", data)
45
 
46
  # Automatically add trigger tokens to the beginning of the prompt
 
47
  images = self.pipe(
48
  inputs,
49
  **data['parameters']