anasraza526's picture
Clean deploy to Hugging Face
ac90985
#!/bin/bash
# Install dependencies
#pip install -r requirements.txt
# Run database migrations (if using Alembic)
# alembic upgrade head
# Start the FastAPI server
uvicorn app.main:app --host 0.0.0.0 --port ${PORT:-8000}