hexgrad commited on
Commit
8c17d76
β€’
1 Parent(s): dd3c146

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def split_num(num):
70
  return f'{left} hundred{s}'
71
  elif right < 10:
72
  return f'{left} oh {right}{s}'
73
- return f'{left} {right:02}{s}'
74
 
75
  def normalize(text):
76
  # TODO: Custom text normalization rules?
 
70
  return f'{left} hundred{s}'
71
  elif right < 10:
72
  return f'{left} oh {right}{s}'
73
+ return f'{left} {right}{s}'
74
 
75
  def normalize(text):
76
  # TODO: Custom text normalization rules?