A user named Bitguy07 reports that their Hugging Face Space, "Bitguy07/browser-automation-studio," is automatically paused and flagged as abusive immediately after every successful build. The runtime API returns a stage of "PAUSED" with the error message "Flagged as abusive," preventing the container from starting.

The project is a personal learning tool for AI-driven browser automation using Qwen2.5-VL via Ollama, which likely triggered automated detection due to its tech stack:

  • Google Chrome and Xvfb are used to run a real browser for automation.
  • x11vnc, noVNC, and websockify provide a live view of the browser activity.
  • Supervisord orchestrates processes to stay within free-tier memory limits.

The user confirms the Docker build succeeds and health checks pass, but the Space transitions from BUILDING to PAUSED in about 3 seconds with zero logs.

The user requests that Hugging Face review and unflag the Space, offering to make it public or modify configurations if necessary.