AI-Content-Checker / huggingface.yml
SabkeSawaal68's picture
Update huggingface.yml
ab217e0 verified
raw
history blame contribute delete
200 Bytes
variables:
PORT: 7860
PUBLIC_URL: https://your-username.hf.space
build:
machine: cpu-basic
python_version: "3.10"
services:
- type: web
name: app
port: $PORT
run: python app.py