CoolFace
Apppublic

iridescentX/openui

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
dev.sh2 linesDownload Raw Back to backend
1PORT="${PORT:-8080}"2uvicorn main:app --port $PORT --host 0.0.0.0 --forwarded-allow-ips '*' --reload