--- title: Testing AI Contain emoji: 🤖 colorFrom: blue colorTo: green sdk: docker sdk_version: "latest" app_file: app.py 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 ```