yuchenlin commited on
Commit
fd8b009
1 Parent(s): ab1d0c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def respond(
64
  demo = gr.ChatInterface(
65
  respond,
66
  additional_inputs=[
67
- gr.Textbox(value="You are Magpie, a helpful AI assistant. You solve problems by reasoning step-by-step and do not output harmful info.", label="System message"),
68
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
69
  gr.Slider(minimum=0.1, maximum=4.0, value=0.6, step=0.1, label="Temperature"),
70
  gr.Slider(
 
64
  demo = gr.ChatInterface(
65
  respond,
66
  additional_inputs=[
67
+ gr.Textbox(value="You are Magpie, a helpful AI assistant.", label="System message"),
68
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
69
  gr.Slider(minimum=0.1, maximum=4.0, value=0.6, step=0.1, label="Temperature"),
70
  gr.Slider(