DuyTa's picture
Upload folder using huggingface_hub
c3b1078 verified
#!/bin/bash
# Start the FastAPI server with uvicorn
exec uvicorn api:app --host $HOST --port $PORT --forwarded-allow-ips '*'