SabkeSawaal68 commited on
Commit
2ea1b7c
·
verified ·
1 Parent(s): fc42b7e

Create .huggingface.yml

Browse files
Files changed (1) hide show
  1. .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"