Suhaib-27 commited on
Commit
7280d2e
·
verified ·
1 Parent(s): c5b4ed2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,4 +6,4 @@ topic = st.text_area("Enter text to be summarized")
6
 
7
  if topic:
8
  summarizer = pipeline("summarization", model = "google-t5/t5-base")
9
- st.write(summarizer)
 
6
 
7
  if topic:
8
  summarizer = pipeline("summarization", model = "google-t5/t5-base")
9
+ st.json(summarizer)