"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "50f82e12823ef8844b45a0dd864a78eea80de879"
Unverified Commit 12551697 authored by Mishig's avatar Mishig Committed by GitHub
Browse files

Update custom_tools.mdx: fix link (#23292)

Wrong parantheses
parent dee67323
...@@ -503,7 +503,7 @@ print("\n".join([f"- {a}" for a in agent.toolbox.keys()])) ...@@ -503,7 +503,7 @@ print("\n".join([f"- {a}" for a in agent.toolbox.keys()]))
Note how `image_upscaler` is now part of the agents' toolbox. Note how `image_upscaler` is now part of the agents' toolbox.
Let's now try out the new tools! We will re-use the image we generated in (Transformers Agents Quickstart)[./transformers_agents#single-execution-run]. Let's now try out the new tools! We will re-use the image we generated in [Transformers Agents Quickstart](./transformers_agents#single-execution-run).
```py ```py
from diffusers.utils import load_image from diffusers.utils import load_image
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment