Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,8 +40,8 @@ It also noted that JUPAS updating its program list may also contribute to the dr
|
|
| 40 |
|
| 41 |
io1 = gr.Interface.load('huggingface/sshleifer/distilbart-cnn-12-6')
|
| 42 |
io2 = gr.Interface.load("huggingface/facebook/bart-large-cnn")
|
| 43 |
-
io3 = gr.Interface.load("huggingface/
|
| 44 |
-
io4 = gr.Interface.load("huggingface/
|
| 45 |
|
| 46 |
iface = Parallel(io1, io2, io3, io4,
|
| 47 |
theme='huggingface',
|
|
|
|
| 40 |
|
| 41 |
io1 = gr.Interface.load('huggingface/sshleifer/distilbart-cnn-12-6')
|
| 42 |
io2 = gr.Interface.load("huggingface/facebook/bart-large-cnn")
|
| 43 |
+
io3 = gr.Interface.load("huggingface/csebuetnlp/mT5_multilingual_XLSum")
|
| 44 |
+
io4 = gr.Interface.load("huggingface/google/pegasus-xsum")
|
| 45 |
|
| 46 |
iface = Parallel(io1, io2, io3, io4,
|
| 47 |
theme='huggingface',
|