BilalSardar commited on
Commit
07027a4
1 Parent(s): a7bc456

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -58,6 +58,7 @@ print(VideosNames)
58
 
59
  def texttoSign(text):
60
  text=text+" "
 
61
  framescount=0
62
  listofwords=parse_string(text,VideosNames)
63
  listofwords=remove_empty_values(listofwords)
 
58
 
59
  def texttoSign(text):
60
  text=text+" "
61
+ text=text.lower()
62
  framescount=0
63
  listofwords=parse_string(text,VideosNames)
64
  listofwords=remove_empty_values(listofwords)