vapit commited on
Commit
040cec8
·
1 Parent(s): 56ab4b0

remove tip label from inputs field

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def summarize(text):
18
  # Gradio interface
19
  model = gr.Interface(
20
  fn=summarize,
21
- inputs=gr.Textbox(lines=6, placeholder="Enter your text here...", label="Tip: The longer and clearer your input will be, the better summary you’ll get!"),
22
  outputs=gr.Textbox(label="Summary", lines=6),
23
  title="Beemmary 🐝",
24
  description="Summarize your day-to-day conversations, emails, or customer support chats! \n\nTip: Try to input detailed conversations or emails for more accurate summaries.",
 
18
  # Gradio interface
19
  model = gr.Interface(
20
  fn=summarize,
21
+ inputs=gr.Textbox(lines=6, placeholder="Enter your text here..."),
22
  outputs=gr.Textbox(label="Summary", lines=6),
23
  title="Beemmary 🐝",
24
  description="Summarize your day-to-day conversations, emails, or customer support chats! \n\nTip: Try to input detailed conversations or emails for more accurate summaries.",