iitmbs24f commited on
Commit
dc26048
·
verified ·
1 Parent(s): 9b572f2

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ async def health_check():
143
  async def ready_check():
144
  """Hugging Face Spaces readiness check endpoint"""
145
  return HealthResponse(
146
- status="ready",
147
  timestamp=datetime.utcnow().isoformat(),
148
  version="1.0.0"
149
  )
 
143
  async def ready_check():
144
  """Hugging Face Spaces readiness check endpoint"""
145
  return HealthResponse(
146
+ status="healthy",
147
  timestamp=datetime.utcnow().isoformat(),
148
  version="1.0.0"
149
  )