Akjava commited on
Commit
940d9a9
Β·
1 Parent(s): 53ad32d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ iface = gr.Interface(
55
  fn=call_generate_text,
56
  inputs=[
57
  gr.Textbox(lines=3, label="Input Prompt"),
58
- gr.Textbox(lines=2, label="System Message", value="あγͺたはθ¦ͺεˆ‡γͺγ‚’γ‚·γ‚Ήγ‚Ώγƒ³γƒˆγ§εΈΈγ«ζ—₯本θͺžγ§θΏ”答します。"),
59
  ],
60
  outputs=gr.Textbox(label="Generated Text"),
61
  title="Phi-3-mini-128k-instruct",
 
55
  fn=call_generate_text,
56
  inputs=[
57
  gr.Textbox(lines=3, label="Input Prompt"),
58
+ gr.Textbox(lines=2, label="System Message", value="You are a helpful assistant."),
59
  ],
60
  outputs=gr.Textbox(label="Generated Text"),
61
  title="Phi-3-mini-128k-instruct",