Gaurav3134's picture
Upload folder using huggingface_hub
6d5321f verified
Raw
History Blame Contribute Delete
146 Bytes
#!/bin/sh
set -e
echo "Running migrations..."
alembic upgrade head
echo "Starting API..."
exec uvicorn app.main:app --host 0.0.0.0 --port 8000