diff --git a/libs/computer/README.md b/libs/computer/README.md index 3352ac41..f5b84783 100644 --- a/libs/computer/README.md +++ b/libs/computer/README.md @@ -65,15 +65,24 @@ Refer to this notebook for a step-by-step guide on how to use the Computer-Use I - [Computer-Use Interface (CUI)](../../notebooks/computer_nb.ipynb) -## Using the Gradio UI +## Using the Gradio Computer UI -The computer module includes a Gradio UI for creating and sharing demonstration data. +The computer module includes a Gradio UI for creating and sharing demonstration data. The UI provides built-in integration with HuggingFace Datasets for sharing demonstrations and incorporating them into CUA ML pipelines. ```bash # Install with UI support pip install "cua-computer[ui]" ``` + +
+View demonstration video + +
+ +> **Note:** For precise control of the computer, we recommend using VNC or Screen Sharing instead of the Computer Gradio UI. + + ### Launch the UI ```python