Pujan-Dev commited on
Commit
f43f89c
·
1 Parent(s): 753a448

added readme.md

Browse files
Files changed (1) hide show
  1. readme.md +22 -0
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
+ ```