psyche commited on
Commit
23db6a7
Β·
verified Β·
1 Parent(s): 5c7f256

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -118,7 +118,7 @@ chat_interface = gr.ChatInterface(
118
  ),
119
  gr.Slider(
120
  label="Temperature",
121
- minimum=0.1,
122
  maximum=4.0,
123
  step=0.1,
124
  value=0.1,
@@ -153,7 +153,6 @@ chat_interface = gr.ChatInterface(
153
  ["How many hours does it take a man to eat a Helicopter?"],
154
  ["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
155
  ["λŒ€ν•œλ―Όκ΅­μ˜ μˆ˜λ„λŠ”?"],
156
- ["λ…λ„λŠ” μ–΄λŠλ‚˜λΌ 땅이야?"]
157
  ],
158
  )
159
 
 
118
  ),
119
  gr.Slider(
120
  label="Temperature",
121
+ minimum=0.0,
122
  maximum=4.0,
123
  step=0.1,
124
  value=0.1,
 
153
  ["How many hours does it take a man to eat a Helicopter?"],
154
  ["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
155
  ["λŒ€ν•œλ―Όκ΅­μ˜ μˆ˜λ„λŠ”?"],
 
156
  ],
157
  )
158