Spaces:
Runtime error
Runtime error
Commit
·
69d0414
1
Parent(s):
7b4fed7
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.set_action(set_model)
|
70 |
|
71 |
iface.launch()
|
72 |
|