Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nbugs
/
eb2
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
eb2
/
run.sh
nbugs
Upload 12 files
d119685
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
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