Spaces:
Sleeping
Sleeping
andykr1k commited on
Commit ·
93ab020
1
Parent(s): b15e91c
Added new feed recs bug fix for 1000 batch requests
Browse files
app.py
CHANGED
|
@@ -204,8 +204,4 @@ async def shutdown_event():
|
|
| 204 |
|
| 205 |
@app.get("/")
|
| 206 |
async def health_check():
|
| 207 |
-
return {"status": "success", "message": "Service operational"}
|
| 208 |
-
|
| 209 |
-
if __name__ == "__main__":
|
| 210 |
-
import uvicorn
|
| 211 |
-
uvicorn.run(app, host="0.0.0.0", port=8000)
|
|
|
|
| 204 |
|
| 205 |
@app.get("/")
|
| 206 |
async def health_check():
|
| 207 |
+
return {"status": "success", "message": "Service operational"}
|
|
|
|
|
|
|
|
|
|
|
|