Spaces:
Sleeping
Sleeping
updated app
Browse files
app.py
CHANGED
@@ -22,6 +22,7 @@ if st.button("Summarize"):
|
|
22 |
if user_input:
|
23 |
# Get the summary
|
24 |
summary = summarizer(user_input)
|
|
|
25 |
# Display the result
|
26 |
st.subheader("Summary")
|
27 |
st.write(summary[0]['summary_text'])
|
|
|
22 |
if user_input:
|
23 |
# Get the summary
|
24 |
summary = summarizer(user_input)
|
25 |
+
print("output", summary)
|
26 |
# Display the result
|
27 |
st.subheader("Summary")
|
28 |
st.write(summary[0]['summary_text'])
|