Spaces:
Sleeping
Sleeping
| services: | |
| - type: web | |
| name: image-metadata-tool | |
| runtime: python | |
| buildCommand: pip install -r requirements.txt | |
| startCommand: gunicorn app:app | |
| envVars: | |
| - key: PYTHON_VERSION | |
| value: 3.11.0 | |
| services: | |
| - type: web | |
| name: image-metadata-tool | |
| runtime: python | |
| buildCommand: pip install -r requirements.txt | |
| startCommand: gunicorn app:app | |
| envVars: | |
| - key: PYTHON_VERSION | |
| value: 3.11.0 | |