Rahmat82 commited on
Commit
8deee92
Β·
verified Β·
1 Parent(s): 6432cd1

description update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 a bit slower here 🐒 <h3>On GPU it is much faster πŸš€</h3>",
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"),