Update custom_tools.mdx: fix link (#23292)

Wrong parantheses
This commit is contained in:
Mishig
2023-05-11 14:50:04 +02:00
committed by Sylvain Gugger
parent 15f260a82f
commit 48722778ea

View File

@@ -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