danilohssantana commited on
Commit
297d0ae
·
1 Parent(s): 3ef80d6

adding new log

Browse files
Files changed (1) hide show
  1. main.py +2 -0
main.py CHANGED
@@ -116,6 +116,8 @@ def predict(data: PredictRequest):
116
  }
117
  ]
118
 
 
 
119
  # Prepare inputs for the model
120
  text = processor.apply_chat_template(
121
  messages, tokenize=False, add_generation_prompt=True
 
116
  }
117
  ]
118
 
119
+ logging.warning("Processing inputs...", len(image_list))
120
+
121
  # Prepare inputs for the model
122
  text = processor.apply_chat_template(
123
  messages, tokenize=False, add_generation_prompt=True