Spaces:
Running
Running
File size: 206 Bytes
93c87da |
1 2 3 4 5 6 7 8 9 10 11 |
services:
- type: web
name: ocr-app
env: python
plan: free
buildCommand: pip install -r requirements.txt
startCommand: python app.py
envVars:
- key: PORT
value: 5000
|