Spaces:
Sleeping
Sleeping
remove tool
Browse files
app.py
CHANGED
@@ -94,10 +94,6 @@ model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may
|
|
94 |
custom_role_conversions=None,
|
95 |
)
|
96 |
|
97 |
-
|
98 |
-
# Import tool from Hub
|
99 |
-
image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
|
100 |
-
|
101 |
with open("prompts.yaml", 'r') as stream:
|
102 |
prompt_templates = yaml.safe_load(stream)
|
103 |
|
|
|
94 |
custom_role_conversions=None,
|
95 |
)
|
96 |
|
|
|
|
|
|
|
|
|
97 |
with open("prompts.yaml", 'r') as stream:
|
98 |
prompt_templates = yaml.safe_load(stream)
|
99 |
|