Update app.py
Browse files
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 |
-
|
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)
|