File size: 138 Bytes
7357a31
 
 
 
 
 
1
2
3
4
5
6
#!/bin/bash
echo "Downloading model..."
python download_model.py

echo "Starting API server..."
uvicorn app:app --host 0.0.0.0 --port 7860