charliebaby2023 commited on
Commit
38e0740
·
verified ·
1 Parent(s): 87ea007

Update frontend/webui/ui.py

Browse files
Files changed (1) hide show
  1. 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: