Clement Vachet commited on
Commit
f9066a9
·
1 Parent(s): 0f82bee

style: update print output

Browse files
Files changed (1) hide show
  1. detection/ml_detection.py +1 -1
detection/ml_detection.py CHANGED
@@ -27,7 +27,7 @@ def load_model(model_uri: str):
27
  def object_detection(processor, model, image_bytes):
28
  """Perform object detection task"""
29
 
30
- print('Object detection...')
31
  #url = "http://images.cocodataset.org/val2017/000000039769.jpg"
32
  #image = Image.open(requests.get(url, stream=True).raw)
33
 
 
27
  def object_detection(processor, model, image_bytes):
28
  """Perform object detection task"""
29
 
30
+ print('Object detection prediction...')
31
  #url = "http://images.cocodataset.org/val2017/000000039769.jpg"
32
  #image = Image.open(requests.get(url, stream=True).raw)
33