Unverified Commit 662751b4 authored by Freddy Boulton's avatar Freddy Boulton Committed by GitHub
Browse files

Fix typo in gradio-tools docs (#23305)

Fix typo
parent f76fb3ae
...@@ -726,7 +726,7 @@ We pass that instance to the `Tool.from_gradio` method: ...@@ -726,7 +726,7 @@ We pass that instance to the `Tool.from_gradio` method:
```python ```python
from transformers import Tool from transformers import Tool
tool = Tool.from_gradio(gradio_tools) tool = Tool.from_gradio(gradio_tool)
``` ```
Now we can manage it exactly as we would a usual custom tool. We leverage it to improve our prompt Now we can manage it exactly as we would a usual custom tool. We leverage it to improve our prompt
......
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