Rahmat82 commited on
Commit
2e5b0ff
·
verified ·
1 Parent(s): 2f2d8cc

description update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ iface = gr.Interface(
29
  theme=gr.themes.Soft(),
30
  fn=summarize,
31
  title="Text Summarizer",
32
- description="<h3>This space uses 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"),
 
29
  theme=gr.themes.Soft(),
30
  fn=summarize,
31
  title="Text Summarizer",
32
+ description="<h4>On local GPU/CPU it takes <1s 🚀</h4> <h5>Please keep in mind that the input text should be at least few sentences long 🙂</h5>" ,
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"),