Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PraneshJs
/
aisearchonlyApp
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
aisearchonlyApp
/
start.sh
PraneshJs
Added files
fe7e039
verified
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
99 Bytes
#!/usr/bin/env bash
PORT=
${PORT:-5000}
exec
uvicorn app:app --host 0.0.0.0 --port
$PORT
--workers 1