description update
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ iface = gr.Interface(
|
|
31 |
title="Text Summarizer",
|
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 --- quick🐰 input", lines=10),
|
34 |
-
outputs=gr.Textbox(label="Summary --- quack🦆
|
35 |
submit_btn=gr.Button("Summarize", variant="primary"),
|
36 |
allow_flagging='never',
|
37 |
|
|
|
31 |
title="Text Summarizer",
|
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 --- quick🐰 input", lines=10),
|
34 |
+
outputs=gr.Textbox(label="Summary --- quack🦆 output"),
|
35 |
submit_btn=gr.Button("Summarize", variant="primary"),
|
36 |
allow_flagging='never',
|
37 |
|