neuralworm commited on
Commit
cf9d598
·
verified ·
1 Parent(s): 6a654d9

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -0
utils.py CHANGED
@@ -4,6 +4,7 @@ logging.basicConfig(level=logging.INFO)
4
 
5
  import inflect
6
  from datetime import datetime
 
7
 
8
  # Custom function to convert number to ordinal words
9
  def number_to_ordinal_word(number):
 
4
 
5
  import inflect
6
  from datetime import datetime
7
+ from deep_translator import GoogleTranslator
8
 
9
  # Custom function to convert number to ordinal words
10
  def number_to_ordinal_word(number):