Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ examples = [
|
|
| 5 |
]
|
| 6 |
|
| 7 |
demo = gr.Interface.load(
|
| 8 |
-
"transformersbook/pegasus-samsum",
|
| 9 |
inputs=gr.inputs.Textbox(label="Input"),
|
| 10 |
outputs=gr.outputs.Textbox(label="Output"),
|
| 11 |
title="Text Summarization Demo",
|
|
|
|
| 5 |
]
|
| 6 |
|
| 7 |
demo = gr.Interface.load(
|
| 8 |
+
"huggingface/transformersbook/pegasus-samsum",
|
| 9 |
inputs=gr.inputs.Textbox(label="Input"),
|
| 10 |
outputs=gr.outputs.Textbox(label="Output"),
|
| 11 |
title="Text Summarization Demo",
|