From c1918661b01bb372641e5d768ad981626bf7e0fe Mon Sep 17 00:00:00 2001 From: f-trycua Date: Thu, 3 Apr 2025 18:50:44 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7437ed2e..0bc8f7ff 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ If you want to use AI agents with virtualized environments: Explore the [Notebooks](./notebooks/) for ready-to-run examples. -4. Optionally, you can also use the Computer-Use Agent with a Gradio frontend: +4. Optionally, you can use the Agent with a Gradio UI: ```bash python -m pip install ai-gradio @@ -102,7 +102,7 @@ If you want to use AI agents with virtualized environments: ).launch() ``` - Refer to this [notebook](./notebooks/gradio_agent_nb.ipynb) for a complete example. + Refer to this [Notebook](./notebooks/gradio_agent_nb.ipynb) for a complete example. 5. For Developers only (contribute and use latest features): ```bash