File size: 135 Bytes
43205a1
 
 
 
 
 
1
2
3
4
5
6
7
#sdk: docker
#entrypoint: ["python", "backend/app.py"]

sdk: python
entrypoint: ["gunicorn", "-b", "0.0.0.0:7860", "backend.app:app"]