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:
agentDebugger
/
AgentDebugger-training-v3
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bc780b2
AgentDebugger-training-v3
/
server
/
app.py
shank
chore: Rename Dockerfile to fix HF Space deploy, and clean up AI slop
13f7b8d
about 2 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
154 Bytes
import
uvicorn
from
env.server
import
app
def
main
():
uvicorn.run(app, host=
"0.0.0.0"
, port=
8000
, workers=
1
)
if
__name__ ==
"__main__"
:
main()