Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
open-webui/open-webui
eggacheb
/
open-webui11
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d5f8304
open-webui11
/
backend
/
dev.sh
github-actions[bot]
GitHub deploy: e20bb234096219c6931a36fdf9d45128562db746
832f676
about 1 year ago
raw
Copy download link
history
blame
Safe
100 Bytes
PORT=
"
${PORT:-8080}
"
uvicorn main:app --port
$PORT
--host 0.0.0.0 --forwarded-allow-ips
'*'
--reload