Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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="
|
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
|