description update
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ iface = gr.Interface(
|
|
20 |
theme=gr.themes.Soft(),
|
21 |
fn=summarize,
|
22 |
title="Dialogue Summarizer",
|
23 |
-
description="<b> NOTE: </b> Can be
|
24 |
inputs=gr.Textbox(label="Write your dialogue text here", lines=10),
|
25 |
outputs=gr.Textbox(label="Summary"),
|
26 |
submit_btn=gr.Button("Summarize", variant="primary"),
|
|
|
20 |
theme=gr.themes.Soft(),
|
21 |
fn=summarize,
|
22 |
title="Dialogue Summarizer",
|
23 |
+
description="<b> NOTE: </b> Can be slower here π’ </b><h3>On GPU/CPU it takes <1s π</h4> <h3>Please keep in mind that the input text should be at least few sentences long π</h4>" ,
|
24 |
inputs=gr.Textbox(label="Write your dialogue text here", lines=10),
|
25 |
outputs=gr.Textbox(label="Summary"),
|
26 |
submit_btn=gr.Button("Summarize", variant="primary"),
|