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

fixing log

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -116,7 +116,7 @@ def predict(data: PredictRequest):
116
  }
117
  ]
118
 
119
- logging.warning("Processing inputs...", len(image_list))
120
 
121
  # Prepare inputs for the model
122
  text = processor.apply_chat_template(
 
116
  }
117
  ]
118
 
119
+ logging.info("Processing inputs...", len(image_list))
120
 
121
  # Prepare inputs for the model
122
  text = processor.apply_chat_template(