jlazoff commited on
Commit
32b1136
1 Parent(s): 63b1ed4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,7 +18,7 @@ io11 = gr.Interface.load("huggingface/google/pegasus-billsum")
18
  io12 = gr.Interface.load("huggingface/google/pegasus-big_patent")
19
  io13 = gr.Interface.load("huggingface/google/pegasus-aeslc")
20
  io14 = gr.Interface.load("huggingface/google/pegasus-large")
21
- io15 = gr.Interface.load("huggingface/google/google/pegasus-pubmed")
22
  io16 = gr.Interface.load("huggingface/google/bigbird-pegasus-large-arxiv")
23
  io17 = gr.Interface.load("huggingface/google/sshleifer/distill-pegasus-xsum-16-4")
24
  io18 = gr.Interface.load("huggingface/google/sshleifer/distill-pegasus-cnn-16-4")
@@ -76,7 +76,7 @@ iface = Parallel(#io1,
76
  io22,
77
  io23,
78
  theme='huggingface',
79
- title='Hugging Face Text Summarizer',
80
  description=desc,
81
  examples=sample, # replace "sample" with directory to let gradio scan through those files and give you the text
82
  inputs=gr.inputs.Textbox(lines=20, label="Text"))
 
18
  io12 = gr.Interface.load("huggingface/google/pegasus-big_patent")
19
  io13 = gr.Interface.load("huggingface/google/pegasus-aeslc")
20
  io14 = gr.Interface.load("huggingface/google/pegasus-large")
21
+ io15 = gr.Interface.load("huggingface/google/pegasus-pubmed")
22
  io16 = gr.Interface.load("huggingface/google/bigbird-pegasus-large-arxiv")
23
  io17 = gr.Interface.load("huggingface/google/sshleifer/distill-pegasus-xsum-16-4")
24
  io18 = gr.Interface.load("huggingface/google/sshleifer/distill-pegasus-cnn-16-4")
 
76
  io22,
77
  io23,
78
  theme='huggingface',
79
+ title='Biblical Text Summarizer',
80
  description=desc,
81
  examples=sample, # replace "sample" with directory to let gradio scan through those files and give you the text
82
  inputs=gr.inputs.Textbox(lines=20, label="Text"))