Update README.md

This commit is contained in:
f-trycua
2025-04-03 18:50:44 +01:00
committed by GitHub
parent ca8127ee60
commit c1918661b0

View File

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