tagny commited on
Commit
e4b5c37
·
verified ·
1 Parent(s): 366d881

Update Gradio_UI.py

Browse files
Files changed (1) hide show
  1. Gradio_UI.py +1 -1
Gradio_UI.py CHANGED
@@ -181,7 +181,7 @@ def stream_to_gradio(
181
 
182
  class AgentCloner:
183
  def __init__(self, avalaible_tools: list[callable], prompt_templates: list[dict]) -> None:
184
- self.avaliable_tools = avalaible_tools
185
  self.prompt_templates = prompt_templates
186
 
187
  def clone(self):
 
181
 
182
  class AgentCloner:
183
  def __init__(self, avalaible_tools: list[callable], prompt_templates: list[dict]) -> None:
184
+ self.avalaible_tools = avalaible_tools
185
  self.prompt_templates = prompt_templates
186
 
187
  def clone(self):