npc0 commited on
Commit
cba5df4
ยท
1 Parent(s): bfbd5ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -72,8 +72,8 @@ def check_solarplant_broken(image):
72
  def greet(img):
73
  boxes = license_plate_detect(img)
74
  if boxes is not None:
75
- return (seg,
76
- "่ปŠ็‰Œ๏ผš " + '; '.join(lns) + "\n\n" \
77
  + "้กžๅž‹๏ผš "+ check_solarplant_installed_by_image(img, True) + "\n\n" \
78
  + "็‹€ๆ…‹๏ผš" + check_solarplant_broken(img))
79
  return (img, "็ฉบๅœฐใ€‚ใ€‚ใ€‚")
 
72
  def greet(img):
73
  boxes = license_plate_detect(img)
74
  if boxes is not None:
75
+ # return (seg,
76
+ return ("่ปŠ็‰Œ๏ผš " + '; '.join(lns) + "\n\n" \
77
  + "้กžๅž‹๏ผš "+ check_solarplant_installed_by_image(img, True) + "\n\n" \
78
  + "็‹€ๆ…‹๏ผš" + check_solarplant_broken(img))
79
  return (img, "็ฉบๅœฐใ€‚ใ€‚ใ€‚")