input label edited
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ iface = gr.Interface(
|
|
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
|
25 |
outputs=gr.Textbox(label="Summary"),
|
26 |
submit_btn=gr.Button("Summarize", variant="primary"),
|
27 |
allow_flagging='never',
|
|
|
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 text here", lines=10),
|
25 |
outputs=gr.Textbox(label="Summary"),
|
26 |
submit_btn=gr.Button("Summarize", variant="primary"),
|
27 |
allow_flagging='never',
|