File size: 112 Bytes
ef87b1a
ae89919
 
ef87b1a
1
2
3
4
5
#!/bin/bash
pip install -r requirements.txt  # Install dependencies

uvicorn app:app --host 0.0.0.0 --port 7860