HNTAI / .huggingface.yaml
sachinchandrankallar's picture
`Refactor import logic and add logging in app.py`
af3c3e0
Raw
History Blame
283 Bytes
runtime: docker
sdk: docker
python_version: "3.10"
build:
system_packages:
- tesseract-ocr
- poppler-utils
- ffmpeg
python_packages:
- -r requirements.txt
# Force rebuild to clear cache
cache: false
# App configuration
app:
entrypoint: app:app
port: 7860