Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sam2ai
/
open-webui-odiagen
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f36f7ce
open-webui-odiagen
/
backend
/
dev.sh
github-actions[bot]
GitHub deploy: 80a39906aa5c7b13aa2c54023368c295ec269a79
f36f7ce
3 months ago
raw
Copy download link
history
blame
Safe
111 Bytes
PORT=
"
${PORT:-8080}
"
uvicorn open_webui.main:app --port
$PORT
--host 0.0.0.0 --forwarded-allow-ips
'*'
--reload