AugustLight commited on
Commit
437bce8
·
verified ·
1 Parent(s): 1275349

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ demo = gr.ChatInterface(
86
  gr.Slider(
87
  minimum=0.1,
88
  maximum=2.0,
89
- value=0.7,
90
  step=0.1,
91
  label="Temperature"
92
  ),
 
86
  gr.Slider(
87
  minimum=0.1,
88
  maximum=2.0,
89
+ value=0.3,
90
  step=0.1,
91
  label="Temperature"
92
  ),