Help to run locally.

#12
by zishaan007 - opened

how can i run this on local. ?

Hey @zishaan007 thanks for asking about running Hugging Face's Computer Agent on Spaces.
https://huggingface.co/spaces/smolagents/computer-agent

You can use docker with this command:
docker run -it -p 7860:7860 --platform=linux/amd64
-e E2B_API_KEY="YOUR_VALUE_HERE"
-e HUGGINGFACE_API_KEY="YOUR_VALUE_HERE"
registry.hf.space/smolagents-computer-agent:latest python app.py

Sign up or log in to comment