Spaces:
Running
Running
crcdng
commited on
Commit
·
a63321a
1
Parent(s):
873c0e9
fix
Browse files- Gradio_UI.py +1 -0
Gradio_UI.py
CHANGED
@@ -421,6 +421,7 @@ class GradioUI:
|
|
421 |
)
|
422 |
steps_input.change(self.agent_set_steps, steps_input, None)
|
423 |
selected = self.agent_get_tools()
|
|
|
424 |
tools_list = gr.Dropdown(
|
425 |
choices=selected,
|
426 |
value=selected,
|
|
|
421 |
)
|
422 |
steps_input.change(self.agent_set_steps, steps_input, None)
|
423 |
selected = self.agent_get_tools()
|
424 |
+
print(selected)
|
425 |
tools_list = gr.Dropdown(
|
426 |
choices=selected,
|
427 |
value=selected,
|