James Cox-Morton commited on
Commit
9ef0b1a
·
1 Parent(s): e0e390f

Order parameters correctly

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -101,9 +101,9 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
101
  demo = gr.ChatInterface(
102
  stream_chat,
103
  additional_inputs=[
104
- gr.Textbox(value="You are a belligerent Chatbot.", label="System message"),
105
- gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
106
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
 
107
  gr.Slider(
108
  minimum=0.1,
109
  maximum=1.0,
 
101
  demo = gr.ChatInterface(
102
  stream_chat,
103
  additional_inputs=[
104
+ gr.Textbox(value="You are a helpful Chatbot.", label="System message"),
 
105
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
106
+ gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
107
  gr.Slider(
108
  minimum=0.1,
109
  maximum=1.0,