Spaces:
Runtime error
Runtime error
jlazoff
commited on
Commit
·
fa37177
1
Parent(s):
32b1136
Update app.py
Browse files
app.py
CHANGED
@@ -20,8 +20,8 @@ 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/
|
24 |
-
io18 = gr.Interface.load("huggingface/
|
25 |
io19 = gr.Interface.load("huggingface/tuner007/pegasus_summarizer")
|
26 |
io20 = gr.Interface.load("huggingface/pszemraj/pegasus-x-large-book-summary")
|
27 |
io21 = gr.Interface.load("huggingface/google/pegasus-x-large")
|
|
|
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/sshleifer/distill-pegasus-xsum-16-4")
|
24 |
+
io18 = gr.Interface.load("huggingface/sshleifer/distill-pegasus-cnn-16-4")
|
25 |
io19 = gr.Interface.load("huggingface/tuner007/pegasus_summarizer")
|
26 |
io20 = gr.Interface.load("huggingface/pszemraj/pegasus-x-large-book-summary")
|
27 |
io21 = gr.Interface.load("huggingface/google/pegasus-x-large")
|