Spaces:
Build error
Build error
services: | |
- type: web | |
name: hairfastgan-backend | |
runtime: python | |
buildCommand: | | |
curl -sSL https://install.python-poetry.org | python3 - | |
poetry config virtualenvs.create false | |
poetry install --no-root | |
startCommand: poetry run python inference_server.py | |
envVars: | |
- key: PYTHONUNBUFFERED | |
value: "TRUE" | |
plan: free | |