gr0010 commited on
Commit
34180d2
·
verified ·
1 Parent(s): d938e2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -195,7 +195,7 @@ Think using bullet points and short sentences to simulate thoughts and emoticons
195
  temperature = gr.Slider(
196
  minimum=0.1,
197
  maximum=2.0,
198
- value=0.6,
199
  step=0.1,
200
  label="Temperature",
201
  info="Controls randomness (higher = more creative)"
 
195
  temperature = gr.Slider(
196
  minimum=0.1,
197
  maximum=2.0,
198
+ value=0.1,
199
  step=0.1,
200
  label="Temperature",
201
  info="Controls randomness (higher = more creative)"