npc0 commited on
Commit
6f5895c
1 Parent(s): 7a25912

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def check_solarplant_broken(image):
73
  def greet(img):
74
  print(type(img))
75
  # lns = read_license_number(img)
76
- lns = [1,2,3]
77
  if len(lns):
78
  # return (seg,
79
  return ("車牌: " + '; '.join(lns) + "\n\n" \
 
73
  def greet(img):
74
  print(type(img))
75
  # lns = read_license_number(img)
76
+ lns = ['1','2','3']
77
  if len(lns):
78
  # return (seg,
79
  return ("車牌: " + '; '.join(lns) + "\n\n" \