--- title: Ai-Checker emoji: 🚀 colorFrom: yellow colorTo: blue sdk: docker pinned: false --- # Testing AI Contain This Hugging Face Space uses **Docker** to run a custom environment for AI content detection. ## How to run locally ```bash docker build -t testing-ai-contain . docker run -p 7860:7860 testing-ai-contain ```