BenDaouda commited on
Commit
cffeb84
1 Parent(s): 5c40240

update word_to_tel function

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -1019,9 +1019,6 @@ model = pipeline("automatic-speech-recognition", model=model_name, tokenizer=tok
1019
 
1020
  def word_to_tel(word):
1021
  word_list = word.split()
1022
-
1023
- val1 = word_list[0]
1024
- val2 = word_list[1]
1025
  out=""
1026
  for w in word_list:
1027
  if w not in french_number_system:
 
1019
 
1020
  def word_to_tel(word):
1021
  word_list = word.split()
 
 
 
1022
  out=""
1023
  for w in word_list:
1024
  if w not in french_number_system: