Dricz commited on
Commit
11f31ec
·
verified ·
1 Parent(s): 8f46261

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def response(image):
22
  cls = np.array(r.boxes.cls)
23
  cls = cls.astype(int)
24
  for con, cl in zip(conf,cls):
25
- text += (f"Detected {name[cl]} with confidence {con} at \n")
26
 
27
 
28
  # im_rgb = Image.fromarray(im_rgb)
 
22
  cls = np.array(r.boxes.cls)
23
  cls = cls.astype(int)
24
  for con, cl in zip(conf,cls):
25
+ text += (f"Detected {name[cl]} with confidence {con} at \n")
26
 
27
 
28
  # im_rgb = Image.fromarray(im_rgb)