Baedunlee commited on
Commit
be28917
·
verified ·
1 Parent(s): 607b6a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -101,8 +101,6 @@ def load_preset(name):
101
  preset["system"],
102
  preset["prompt"],
103
  preset["thinking"],
104
- preset["sample_reasoning"],
105
- preset["sample_answer"],
106
  )
107
 
108
 
@@ -308,7 +306,7 @@ with gr.Blocks(title="Local CPU split-reasoning chat") as demo:
308
  preset.change(
309
  fn=load_preset,
310
  inputs=preset,
311
- outputs=[system_prompt, user_input, thinking, sample_reasoning, sample_answer],
312
  )
313
 
314
  send_btn.click(
 
101
  preset["system"],
102
  preset["prompt"],
103
  preset["thinking"],
 
 
104
  )
105
 
106
 
 
306
  preset.change(
307
  fn=load_preset,
308
  inputs=preset,
309
+ outputs=[system_prompt, user_input, thinking],
310
  )
311
 
312
  send_btn.click(