BilalSardar commited on
Commit
0bc287c
1 Parent(s): 652c983

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ print(VideosNames)
59
  def texttoSign(text):
60
  text=text+" "
61
  text=text.lower()
62
- text=re.sub('[^a-z]+', '', text)
63
  framescount=0
64
  listofwords=parse_string(text,VideosNames)
65
  listofwords=remove_empty_values(listofwords)
 
59
  def texttoSign(text):
60
  text=text+" "
61
  text=text.lower()
62
+ text=re.sub('[^a-z]+', ' ', text)
63
  framescount=0
64
  listofwords=parse_string(text,VideosNames)
65
  listofwords=remove_empty_values(listofwords)