Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Testys
/
clearance_sys
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
clearance_sys
/
start.sh
Testys
Coming to fast api
6071fe6
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
86 Bytes
#!/bin/bash
# Start FastAPI in background
uvicorn main:app --host 0.0.0.0 --port 8000