sathvikk commited on
Commit
1c4d53d
·
verified ·
1 Parent(s): 8b08384

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -11,7 +11,7 @@ st.set_page_config(page_title="PrepPal", page_icon="📘", layout="wide")
11
  # Load summarizer model
12
  @st.cache_resource
13
  def load_summarizer():
14
- return pipeline("summarization", model="sshleifer/distilbart-cnn-12-6")
15
 
16
 
17
  # Extract text from uploaded PDF
 
11
  # Load summarizer model
12
  @st.cache_resource
13
  def load_summarizer():
14
+ return pipeline("summarization", model="Falconsai/text_summarization")
15
 
16
 
17
  # Extract text from uploaded PDF