albertvillanova HF Staff commited on
Commit
9226f0e
·
verified ·
1 Parent(s): e05ae18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ with gr.Blocks() as demo:
21
  state = gr.State()
22
 
23
  gr.on(
24
- [demo.load, demo.unload],
25
  fn=init_choices,
26
  outputs=state,
27
  ).then(
 
21
  state = gr.State()
22
 
23
  gr.on(
24
+ [demo.load],
25
  fn=init_choices,
26
  outputs=state,
27
  ).then(