From 574a9c0d03329de9481b753230d8a178d78e9937 Mon Sep 17 00:00:00 2001 From: Thomas Dhome-Casanova Date: Sat, 22 Feb 2025 18:51:58 -0800 Subject: [PATCH] Minimal omnibox setup addition to readme --- omnitool/readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/omnitool/readme.md b/omnitool/readme.md index a62c1ba..4a4603c 100644 --- a/omnitool/readme.md +++ b/omnitool/readme.md @@ -99,6 +99,8 @@ There are three components: d. Open the URL in the terminal output, set your API Key and start playing with the AI agent! ## Common setup errors +## OmniBox install taking a while +If your internet speed is slow and you want a minimal VM with less preinstalled apps comment out lines 57 to 350 in this [file](https://github.com/microsoft/OmniParser/blob/master/omnitool/omnibox/vm/win11setup/setupscripts/setup.ps1) that defines all the apps to install when you first create the container + VM. Ensure that you follow factory reset instructions from the next section when creating your VM to wipe any previous omnibox setup. ## Validation errors: Windows Host is not responding If you get this error in Gradio after clicking the submit button, this indicates that the server running in the VM that accepts commands from Gradio and then moves the mouse/ keyboard isn't available. You can verify this by running `curl http://localhost:5000/probe`. Ensure your `omnibox` is fully finished setting up (should no longer have a terminal window). Refer to the omnibox section for timing on that. If you have set up your omnibox, it may be a matter of waiting a little.