Rahmat82 commited on
Commit
06f6b3c
·
verified ·
1 Parent(s): 3356c50

description update

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,8 +30,8 @@ iface = gr.Interface(
30
  fn=summarize,
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 --- paste quick🐰 input", lines=10),
34
- outputs=gr.Textbox(label="Your summary --- get quack🦆 long-output"),
35
  submit_btn=gr.Button("Summarize", variant="primary"),
36
  allow_flagging='never',
37
 
 
30
  fn=summarize,
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<b>🐰</b> input", lines=10),
34
+ outputs=gr.Textbox(label="Summary --- quack🦆 long-output"),
35
  submit_btn=gr.Button("Summarize", variant="primary"),
36
  allow_flagging='never',
37