Prasham.Jain Claude Sonnet 4.6 commited on
Commit
b78f85d
·
1 Parent(s): ddfe351

fix(spaces): add app_port: 8000 to env Space YAML

Browse files

HF Spaces health-checks port 7860 by default. The env server runs on
8000, so the Space was stuck in "Starting" even though uvicorn was up.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. push_to_hf.sh +1 -0
push_to_hf.sh CHANGED
@@ -45,6 +45,7 @@ emoji: 🔍
45
  colorFrom: blue
46
  colorTo: green
47
  sdk: docker
 
48
  pinned: false
49
  ---"
50
 
 
45
  colorFrom: blue
46
  colorTo: green
47
  sdk: docker
48
+ app_port: 8000
49
  pinned: false
50
  ---"
51