aks1981 commited on
Commit
6b1464e
·
verified ·
1 Parent(s): 1afc1f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ if question:
143
 
144
  msg = "पुलिस की मानें तो ये वारदात सुलिभंजन इलाके की है"
145
  tk = list(encode(question))
146
- response = "Tokens length:", len(tk), decode(encode(msg))
147
  print("tokens length:", len(tk))
148
  print(decode(encode(msg)))
149
  print(tk)
 
143
 
144
  msg = "पुलिस की मानें तो ये वारदात सुलिभंजन इलाके की है"
145
  tk = list(encode(question))
146
+ response = "Tokens length:", len(tk), decode(encode(question)) , list(encode(question))
147
  print("tokens length:", len(tk))
148
  print(decode(encode(msg)))
149
  print(tk)