Spaces:
abhi99555
/
Runtime error

abhi / topic.py
abhi99555's picture
Duplicate from peb-peb/shravan
d532a4d
raw
history blame contribute delete
No virus
156 Bytes
from transformers import pipeline
def topic_gen(text):
topic = pipeline("text2text-generation", model="knkarthick/TOPIC-DIALOGSUM")
return topic(text)