File size: 330 Bytes
0c79376
02706b2
 
 
 
8ac659e
 
0c79376
 
8ac659e
b8aa51a
8ac659e
b8aa51a
8ac659e
b8aa51a
8ac659e
 
 
b8aa51a
8ac659e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
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

```