| title | Computer Agent |
|---|---|
| emoji | 🖥️🧠 |
| colorFrom | red |
| colorTo | yellow |
| sdk | gradio |
| header | mini |
| sdk_version | 5.23.1 |
| app_file | app.py |
| pinned | true |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
This application supports two desktop options:
- E2B Desktop (default): Uses the E2B Sandbox for a virtual desktop environment.
- Local Desktop: Uses your local machine's desktop.
To switch between desktop options, set the USE_LOCAL_DESKTOP environment variable in your .env file:
# Use E2B Desktop (default)
USE_LOCAL_DESKTOP=false
# Use Local Desktop
USE_LOCAL_DESKTOP=true
When using the local desktop option, the application will capture screenshots of your actual desktop and allow the agent to interact with it.
Note: Set your display resolution to 1024x768 in the display settings to get the best results.
- Install the dependencies:
pip install -r requirements.txt
- Run the application:
python app.py
- Open the application in your browser:
http://localhost:7860