Spaces:
Runtime error
Runtime error
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 |