Skip to content

Commit

Permalink
Update custom_tools.mdx: fix link (#23292)
Browse files Browse the repository at this point in the history
Wrong parantheses
  • Loading branch information
mishig25 authored and sgugger committed May 11, 2023
1 parent 15f260a commit 4872277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/en/custom_tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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
from diffusers.utils import load_image
Expand Down

0 comments on commit 4872277

Please sign in to comment.