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...
Abhinav Deshpande
commited on
Dec 10, 2024
Commit
fbc9559
·
unverified
·
1 Parent(s):
9a26353
Add sh file
Browse files
Files changed (1)
hide
show
start.sh
+3
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
#!/bin/bash
2
+
# Run FastAPI app with uvicorn
3
+
uvicorn app:app --host 0.0.0.0 --port 80 --reload