Spaces:
Paused
Paused
Update Gradio_UI.py
Browse files- 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.
|
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):
|