RefalMachine commited on
Commit
4efe080
·
verified ·
1 Parent(s): 565685e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ demo = gr.ChatInterface(
78
  step=0.05,
79
  label="Top-p (nucleus sampling)",
80
  ),
81
- gr.Slider(minimum=0.9, maximum=1.2, value=1.0, step=0.05, label="repetition_penalty"),
82
  ],
83
  )
84
 
 
78
  step=0.05,
79
  label="Top-p (nucleus sampling)",
80
  ),
81
+ gr.Slider(minimum=0.9, maximum=1.2, value=1.05, step=0.05, label="repetition_penalty"),
82
  ],
83
  )
84