Upload app.py
Browse files
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="
|
| 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 |
)
|