"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "be752d12f8ed10b90b240c24bd8faa11031ec912"
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