frankaging commited on
Commit
a0e20f1
·
1 Parent(s): 8b0cab9
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -251,7 +251,7 @@ with gr.Blocks(css="style.css") as demo:
251
  )
252
 
253
  # Link the slider back to chat generation
254
- chat_interface.configure(
255
  extra_inputs=[max_token_slider, selected_subspaces]
256
  )
257
 
 
251
  )
252
 
253
  # Link the slider back to chat generation
254
+ chat_interface.config(
255
  extra_inputs=[max_token_slider, selected_subspaces]
256
  )
257