Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from transformers import pipeline
|
|
4 |
from transformers import T5ForConditionalGeneration, T5Tokenizer
|
5 |
model_path='Sibinraj/T5-finetuned-dialogue_sumxx'
|
6 |
model = T5ForConditionalGeneration.from_pretrained(model_path)
|
7 |
-
tokenizer = T5Tokenizer.from_pretrained(
|
8 |
|
9 |
|
10 |
|
|
|
4 |
from transformers import T5ForConditionalGeneration, T5Tokenizer
|
5 |
model_path='Sibinraj/T5-finetuned-dialogue_sumxx'
|
6 |
model = T5ForConditionalGeneration.from_pretrained(model_path)
|
7 |
+
tokenizer = T5Tokenizer.from_pretrained(model_path)
|
8 |
|
9 |
|
10 |
|