Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ iface_summarize = gr.Interface(
|
|
| 15 |
fn=summarize,
|
| 16 |
inputs=gr.inputs.Textbox(lines=10, label="Input Text"),
|
| 17 |
outputs=gr.outputs.Textbox(label="Summary"),
|
| 18 |
-
title="ScienceBrief Summarization",
|
| 19 |
description="Get a summary of your text using the ScienceBrief summarization model.",
|
| 20 |
theme="compact"
|
| 21 |
)
|
|
|
|
| 15 |
fn=summarize,
|
| 16 |
inputs=gr.inputs.Textbox(lines=10, label="Input Text"),
|
| 17 |
outputs=gr.outputs.Textbox(label="Summary"),
|
| 18 |
+
title="ScienceBrief Summarization model",
|
| 19 |
description="Get a summary of your text using the ScienceBrief summarization model.",
|
| 20 |
theme="compact"
|
| 21 |
)
|