Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
open-webui/open-webui
houin
/
open-webui
like
1
Running
App
Files
Files
fb22f47
open-webui
/
backend
/
dev.sh
github-actions[bot]
GitHub deploy: 52a21197c5219029792e6f04e3d6636ca59c481e
fb22f47
3 days 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