Sambhavnoobcoder commited on
Commit
7b4fed7
·
1 Parent(s): 198bc7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def main():
66
  )
67
 
68
  # Set the speakers dropdown choices and value based on the selected model
69
- model_name_dropdown.set_action(set_model)
70
 
71
  iface.launch()
72
 
 
66
  )
67
 
68
  # Set the speakers dropdown choices and value based on the selected model
69
+ model_name_dropdown.observe(set_model, "value")
70
 
71
  iface.launch()
72