Sakalti commited on
Commit
4fd345c
1 Parent(s): 384a608

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
41
  demo = gr.ChatInterface(
42
  respond,
43
  additional_inputs=[
44
- gr.Textbox(value="ユーザーの質問にのみ答えてください。", label="System message"),
45
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
46
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
47
  gr.Slider(
 
41
  demo = gr.ChatInterface(
42
  respond,
43
  additional_inputs=[
44
+ gr.Textbox(value="ユーザーの質問や依頼にのみ答えてください。ポジティブに答えてください", label="System message"),
45
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
46
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
47
  gr.Slider(