Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Abhinav-hf
/
LLM_Deployment
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
LLM_Deployment
/
start.sh
Abhinav Deshpande
Add sh file
fbc9559
unverified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
93 Bytes
#!/bin/bash
# Run FastAPI app with uvicorn
uvicorn app:app --host 0.0.0.0 --port 80 --reload