panda1835 commited on
Commit
97b72f1
1 Parent(s): aae8d96

Update handler.py

Browse files
Files changed (1) hide show
  1. 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... Mình 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
 
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