francismurray commited on
Commit
895116b
·
1 Parent(s): 12c8918

reduce max tokens default value to 10

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -211,7 +211,7 @@ with gr.Blocks(css="""
211
  minimum=10,
212
  maximum=2000,
213
  step=10,
214
- value=100
215
  )
216
  chatbot1 = gr.Chatbot(
217
  label="Model 1 Output",
@@ -248,7 +248,7 @@ with gr.Blocks(css="""
248
  minimum=10,
249
  maximum=2000,
250
  step=10,
251
- value=100
252
  )
253
  chatbot2 = gr.Chatbot(
254
  label="Model 2 Output",
 
211
  minimum=10,
212
  maximum=2000,
213
  step=10,
214
+ value=10
215
  )
216
  chatbot1 = gr.Chatbot(
217
  label="Model 1 Output",
 
248
  minimum=10,
249
  maximum=2000,
250
  step=10,
251
+ value=10
252
  )
253
  chatbot2 = gr.Chatbot(
254
  label="Model 2 Output",