prompt_input = gr.Textbox(
label=i18n.get('prompt_label'),
value="<|grounding|>Convert the document to markdown.",
placeholder=i18n.get('prompt_placeholder'),
lines=3
)
怎样把valude的数值设置为可以选择的,和官方那几个对应?
value="<|grounding|>Convert the document to markdown.",
prompt_input = gr.Textbox(
label=i18n.get('prompt_label'),
value="<|grounding|>Convert the document to markdown.",
placeholder=i18n.get('prompt_placeholder'),
lines=3
)
怎样把valude的数值设置为可以选择的,和官方那几个对应?
value="<|grounding|>Convert the document to markdown.",