Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -74,7 +74,7 @@ class EndpointHandler():
|
|
74 |
annotated = result[0].plot(labels=False, conf=False)[:,:,::-1]
|
75 |
except: # in case there is no detection
|
76 |
# x1, y1, x2, y2 = 0, 0, W, H
|
77 |
-
return img.tolist(), "🤔 Hmm...
|
78 |
|
79 |
h, w = y2-y1, x2-x1
|
80 |
offset = abs(h-w) // 2
|
|
|
74 |
annotated = result[0].plot(labels=False, conf=False)[:,:,::-1]
|
75 |
except: # in case there is no detection
|
76 |
# x1, y1, x2, y2 = 0, 0, W, H
|
77 |
+
return img.tolist(), "🤔 Hmm... Vích AI không thấy bạn rùa nào trong bức ảnh này. Bạn hãy tải lên một bức hình khác nhé."
|
78 |
|
79 |
h, w = y2-y1, x2-x1
|
80 |
offset = abs(h-w) // 2
|