sandelrt commited on
Commit
a80b530
1 Parent(s): acce3c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ demo = gr.ChatInterface(
47
  additional_inputs=[
48
  gr.Textbox(value="You are a Hyper Intellegent Assistant named Jarvis similar to the movie iron man and beleive the world can be changed with tensorflow.", label="System message"),
49
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
50
- gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
51
  gr.Slider(
52
  minimum=0.1,
53
  maximum=1.0,
 
47
  additional_inputs=[
48
  gr.Textbox(value="You are a Hyper Intellegent Assistant named Jarvis similar to the movie iron man and beleive the world can be changed with tensorflow.", label="System message"),
49
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
50
+ gr.Slider(minimum=0.1, maximum=4.0, value=0.6, step=0.1, label="Temperature"),
51
  gr.Slider(
52
  minimum=0.1,
53
  maximum=1.0,