Spaces:
Runtime error
Runtime error
Commit
·
7b4fed7
1
Parent(s):
198bc7a
Update app.py
Browse files
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.
|
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 |
|