title update
Browse files
app.py
CHANGED
@@ -28,8 +28,8 @@ async def summarize(text):
|
|
28 |
iface = gr.Interface(
|
29 |
theme=gr.themes.Soft(),
|
30 |
fn=summarize,
|
31 |
-
title="Text Summarizer",
|
32 |
-
description="<
|
33 |
inputs=gr.Textbox(label="Write your text here", lines=10),
|
34 |
outputs=gr.Textbox(label="Summary"),
|
35 |
submit_btn=gr.Button("Summarize", variant="primary"),
|
|
|
28 |
iface = gr.Interface(
|
29 |
theme=gr.themes.Soft(),
|
30 |
fn=summarize,
|
31 |
+
title="Text Summarizer -> quick π input, quack π¦ output-long",
|
32 |
+
description="<h3>This space is running on free vCPU. On GPU/CPU it takes <1s π</h4> <h3>Please keep in mind that the input text should be at least few sentences long π</h4>" ,
|
33 |
inputs=gr.Textbox(label="Write your text here", lines=10),
|
34 |
outputs=gr.Textbox(label="Summary"),
|
35 |
submit_btn=gr.Button("Summarize", variant="primary"),
|