Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -69,6 +69,7 @@ with tab1:
|
|
69 |
st.write(text)
|
70 |
summary = get_summary(text)
|
71 |
st.write(summary)
|
|
|
72 |
#st.write(response)
|
73 |
# for chunk in summary:
|
74 |
# print(chunk.text)
|
|
|
69 |
st.write(text)
|
70 |
summary = get_summary(text)
|
71 |
st.write(summary)
|
72 |
+
st.write(summary.text)
|
73 |
#st.write(response)
|
74 |
# for chunk in summary:
|
75 |
# print(chunk.text)
|