robertolofaro commited on
Commit
8a88239
·
verified ·
1 Parent(s): 02cc26c

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -414,8 +414,8 @@ with gr.Blocks(title="Article Q&A model") as demo:
414
  )
415
  suppress_thinking = gr.Checkbox(
416
  value=False,
417
- label="Model thinking (/think)",
418
- info="Check to see the model's reasoning chain",
419
  )
420
 
421
  with gr.Row():
 
414
  )
415
  suppress_thinking = gr.Checkbox(
416
  value=False,
417
+ label="Model thinking removal (/nothink)",
418
+ info="Check to remove the model's reasoning chain",
419
  )
420
 
421
  with gr.Row():