e2b2api / run.sh
bibibi12345's picture
initial
b63c874
raw
history blame contribute delete
156 Bytes
#!/bin/bash
# Set default port for Hugging Face
export PORT=${PORT:-7860}
# Start the FastAPI application
exec uvicorn app:app --host 0.0.0.0 --port $PORT