Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
ppaihack
/
Team13.4
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Team13.4
/
Makefile
Xmaster6y
initial setup
ab8b5a4
almost 2 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
208 Bytes
.PHONY dev:
dev:
@echo
"Starting the application..."
@uv
run uvicorn api.main:app
--reload
.PHONY
start
:
start
:
@echo
"Starting the application..."
@uv
run uvicorn api.main:app
--host 0.0.0.0 --port 8000