Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
open-webui/open-webui
eggacheb
/
open-webui
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fb1fb8b
open-webui
/
backend
/
dev.sh
github-actions[bot]
GitHub deploy: e9c8341d386d108296520a528c75274e5a7d0ada
60ec08f
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