Spaces:
Running
Running
added readme.md
Browse files
readme.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Testing AI Contain
|
3 |
+
emoji: 🤖
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
+
sdk: docker
|
7 |
+
sdk_version: "latest"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
# Testing AI Contain
|
13 |
+
|
14 |
+
This Hugging Face Space uses **Docker** to run a custom environment for AI content detection.
|
15 |
+
|
16 |
+
## How to run locally
|
17 |
+
|
18 |
+
```bash
|
19 |
+
docker build -t testing-ai-contain .
|
20 |
+
docker run -p 7860:7860 testing-ai-contain
|
21 |
+
|
22 |
+
```
|