Spaces:
Configuration error
Configuration error
| services: | |
| - type: web | |
| name: damage-lens-ai | |
| runtime: python | |
| plan: free | |
| buildCommand: pip install -r requirements.txt && python download_models.py | |
| startCommand: gunicorn app:app | |