Spaces:
Runtime error
Runtime error
Commit ·
c8a2c74
1
Parent(s): 0c747f1
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ num_dec_chars_translation = 40
|
|
| 18 |
max_input_length = 22
|
| 19 |
max_target_length = 36
|
| 20 |
|
| 21 |
-
|
| 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
|