Yebin46 commited on
Commit
c100eda
·
verified ·
1 Parent(s): 73e0bbe

misc: fix minor error

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -326,7 +326,8 @@ with gr.Blocks(title="Local CPU split-reasoning chat") as demo:
326
  preset.change(
327
  fn=load_preset,
328
  inputs=preset,
329
- outputs=[system_prompt, user_input, thinking, sample_reasoning, sample_answer],
 
330
  )
331
 
332
  send_btn.click(
 
326
  preset.change(
327
  fn=load_preset,
328
  inputs=preset,
329
+ # outputs=[system_prompt, user_input, thinking, sample_reasoning, sample_answer],
330
+ outputs=[system_prompt, user_input, thinking],
331
  )
332
 
333
  send_btn.click(