com3dian commited on
Commit
972e898
·
verified ·
1 Parent(s): 82626d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -67,3 +67,5 @@ if uploaded_file is not None:
67
  summ_text = summarizor(document.segmentation['text'], max_length=100, min_length=10, do_sample=False)
68
  summ_text = [text['summary_text'] for text in summ_text]
69
 
 
 
 
67
  summ_text = summarizor(document.segmentation['text'], max_length=100, min_length=10, do_sample=False)
68
  summ_text = [text['summary_text'] for text in summ_text]
69
 
70
+ for summ in summ_text:
71
+ st.write(summ)