Create .huggingface.yml
Browse files- .huggingface.yml +6 -0
.huggingface.yml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
services:
|
3 |
+
- type: web
|
4 |
+
name: Self-Learning AI Detector
|
5 |
+
buildCommand: "pip install -r requirements.txt"
|
6 |
+
startCommand: "streamlit run app.py --server.port 7860 --server.address 0.0.0.0"
|