guoday commited on
Commit
25b8282
1 Parent(s): acc4447

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ chat_interface = gr.ChatInterface(
94
  ),
95
  gr.Slider(
96
  label="Temperature",
97
- minimum=0.1,
98
  maximum=4.0,
99
  step=0.1,
100
  value=0,
 
94
  ),
95
  gr.Slider(
96
  label="Temperature",
97
+ minimum=0,
98
  maximum=4.0,
99
  step=0.1,
100
  value=0,