Eunchan Lee commited on
Commit
9c5248b
1 Parent(s): 8a41675

21-12-13 ver5

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -8,7 +8,8 @@ import torch
8
  #import transformers
9
  from transformers import pipeline
10
  #from transformers import
11
- st.header("Header: Summarization")
 
12
  st.write("Information")
13
  st.write("__Inputs__: Text your input article!!")
14
  st.write("__Outputs__: Summarizing output text by Google-Pegasus! ")
 
8
  #import transformers
9
  from transformers import pipeline
10
  #from transformers import
11
+ st.header("Header: Abstractive Summarizer Machine!")
12
+
13
  st.write("Information")
14
  st.write("__Inputs__: Text your input article!!")
15
  st.write("__Outputs__: Summarizing output text by Google-Pegasus! ")