Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,8 +7,8 @@ examples = [
|
|
| 7 |
|
| 8 |
gr.Interface.load(
|
| 9 |
"Lwhieldon/pegasus-samsum",
|
| 10 |
-
inputs=(label="Input"),
|
| 11 |
-
outputs=(label="Output"),
|
| 12 |
title="UMBC Fall 2022 DATA606 Capstone: Abstract Transcript Text Summarization Demo",
|
| 13 |
examples=examples
|
| 14 |
).launch()
|
|
|
|
| 7 |
|
| 8 |
gr.Interface.load(
|
| 9 |
"Lwhieldon/pegasus-samsum",
|
| 10 |
+
inputs=gr.Textbox(label="Input"),
|
| 11 |
+
outputs=gr.Textbox(label="Output"),
|
| 12 |
title="UMBC Fall 2022 DATA606 Capstone: Abstract Transcript Text Summarization Demo",
|
| 13 |
examples=examples
|
| 14 |
).launch()
|