Spaces:
Running
on
Zero
Running
on
Zero
David Zhao
commited on
Commit
·
41cee88
1
Parent(s):
0ed11a0
update input description
Browse files
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="
|
| 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 |
)
|