alexdev404 commited on
Commit
c02cea7
·
verified ·
1 Parent(s): 43763f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,7 +196,7 @@ chatbot = gr.ChatInterface(
196
  gr.Slider(
197
  minimum=1.0,
198
  maximum=100,
199
- value=6.0,
200
  step=0.001,
201
  label="Repetition penalty",
202
  ),
 
196
  gr.Slider(
197
  minimum=1.0,
198
  maximum=100,
199
+ value=6.01,
200
  step=0.001,
201
  label="Repetition penalty",
202
  ),