jeradf commited on
Commit
54e69b4
·
verified ·
1 Parent(s): fe7eea2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -174,6 +174,7 @@ demo = gr.Interface(
174
  theme="soft",
175
  inputs=gr.Textbox(
176
  label="Input Text",
 
177
  # value="can you help me order some pizza",
178
  value=convo_text,
179
  lines=2
 
174
  theme="soft",
175
  inputs=gr.Textbox(
176
  label="Input Text",
177
+ info="If <|im_start|> is present it will treat input as formatted convo. if not it will format it as convo with 1 user message.",
178
  # value="can you help me order some pizza",
179
  value=convo_text,
180
  lines=2