Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tensorus
/
api
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tensorus
commited on
Apr 9, 2025
Commit
1fc4d1a
·
verified
·
1 Parent(s):
c953da6
Delete start.sh
Browse files
Files changed (1)
hide
show
start.sh
+0
-4
start.sh
DELETED
Viewed
@@ -1,4 +0,0 @@
1
-
#!/bin/bash
2
-
3
-
# Launch FastAPI
4
-
uvicorn api:app --host 0.0.0.0 --port 8000 &