Spaces:
Build error
Build error
Commit
·
c7b39b3
1
Parent(s):
874eee7
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ def main_summarizer(text):
|
|
| 29 |
inputs = [gr.Textbox(lines=10, placeholder="Text Here...", label="Input")]
|
| 30 |
outputs = gr.Text( label="Summary")
|
| 31 |
title="Text summarisation app"
|
| 32 |
-
description = "This demo uses AI Models to
|
| 33 |
|
| 34 |
io = gr.Interface(fn=main_summarizer, inputs=inputs, outputs=outputs, title=title, description = description,
|
| 35 |
|
|
|
|
| 29 |
inputs = [gr.Textbox(lines=10, placeholder="Text Here...", label="Input")]
|
| 30 |
outputs = gr.Text( label="Summary")
|
| 31 |
title="Text summarisation app"
|
| 32 |
+
description = "This demo uses AI Models to summarize long text.\nIt focus on scientific texts."
|
| 33 |
|
| 34 |
io = gr.Interface(fn=main_summarizer, inputs=inputs, outputs=outputs, title=title, description = description,
|
| 35 |
|