Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ tokenizer = T5Tokenizer.from_pretrained('aditi2222/t5-paraphrase')
|
|
12 |
|
13 |
def tokenize_data(text):
|
14 |
# Tokenize the review body
|
15 |
-
input_ = "paraphrase: "+ str(text) + ' </s>'
|
16 |
|
17 |
max_len = 64
|
18 |
# tokenize inputs
|
|
|
12 |
|
13 |
def tokenize_data(text):
|
14 |
# Tokenize the review body
|
15 |
+
#input_ = "paraphrase: "+ str(text) + ' </s>'
|
16 |
|
17 |
max_len = 64
|
18 |
# tokenize inputs
|