You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I always have this problem when I run the following code. Please help me😭 Thank you Traceback (most recent call last):
File "", line 1, in
TypeError: 'Summarizer' object is not callable
from summarizer import Summarizer
body = 'Text b.ody that you want to summarize with BERT'
body2 = 'Something else you want to summarize with BERT'
model = Summarizer()
model(body)
model(body2)
The text was updated successfully, but these errors were encountered:
I always have this problem when I run the following code. Please help me😭 Thank you
Traceback (most recent call last):
File "", line 1, in
TypeError: 'Summarizer' object is not callable
The text was updated successfully, but these errors were encountered: