Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
promptAId
/
Promptaid-VIsion
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
484f85d
Promptaid-VIsion
/
entrypoint.sh
SCGR
webmanifest
f7c5d4e
2 months ago
raw
Copy download link
history
blame
156 Bytes
#!/usr/bin/env sh
set
-eu
PORT=
"
${PORT:-7860}
"
cd
/app
echo
"Starting Uvicorn on 0.0.0.0:
${PORT}
"
exec
uvicorn app.main:app --host 0.0.0.0 --port
"
$PORT
"