David Zhao commited on
Commit
41cee88
·
1 Parent(s): 0ed11a0

update input description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -272,7 +272,7 @@ Red ⇒ agent should reply • Blue ⇒ agent should wait"""
272
  with gr.Row():
273
  text_in = gr.Textbox(
274
  label="Input Text",
275
- info="If <|im_start|> is present, input is treated as chat-formatted; otherwise it's wrapped as a single user turn.",
276
  value=EXAMPLE_CONVO,
277
  lines=4,
278
  )
 
272
  with gr.Row():
273
  text_in = gr.Textbox(
274
  label="Input Text",
275
+ info="Input text should follow the following chat template. Transcripts should be normalized to be lowercase and without punctuation.",
276
  value=EXAMPLE_CONVO,
277
  lines=4,
278
  )