Suhaib-27 commited on
Commit
c5b4ed2
·
verified ·
1 Parent(s): 22336e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,5 +5,5 @@ from transformers import pipeline
5
  topic = st.text_area("Enter text to be summarized")
6
 
7
  if topic:
8
- summarizer = pipeline("summarization", model = "Suhaib-27/check")
9
  st.write(summarizer)
 
5
  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)