Spaces:
Running
Running
Update frontend/webui/ui.py
Browse files- frontend/webui/ui.py +1 -1
frontend/webui/ui.py
CHANGED
@@ -24,7 +24,7 @@ def update_model_array(text_input):
|
|
24 |
model_list.append(text_input)
|
25 |
updated = model_list
|
26 |
return gr.update(choices=updated, value=updated[0] if updated else None), "\n".join(updated)
|
27 |
-
def update_choice:
|
28 |
print(f"helloo")
|
29 |
|
30 |
def _get_footer_message() -> str:
|
|
|
24 |
model_list.append(text_input)
|
25 |
updated = model_list
|
26 |
return gr.update(choices=updated, value=updated[0] if updated else None), "\n".join(updated)
|
27 |
+
def update_choice():
|
28 |
print(f"helloo")
|
29 |
|
30 |
def _get_footer_message() -> str:
|