Rahmat82 commited on
Commit
78491d9
Β·
verified Β·
1 Parent(s): 1fb9cf3

input label edited

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 dialogue text here", lines=10),
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',