Update app.py
Browse files
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
|