shrusti333 commited on
Commit
c8a2c74
·
1 Parent(s): 0c747f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ num_dec_chars_translation = 40
18
  max_input_length = 22
19
  max_target_length = 36
20
 
21
- cv_translation=CountVectorizer(binary=True,tokenizer=lambda txt: txt.split(),stop_words=None,analyzer='char')
22
 
23
  #Inference model
24
  #load the model
 
18
  max_input_length = 22
19
  max_target_length = 36
20
 
21
+ cv=CountVectorizer(binary=True,tokenizer=lambda txt: txt.split(),stop_words=None,analyzer='char')
22
 
23
  #Inference model
24
  #load the model