Spaces:
Running
Running
Updated the main message
Browse files- endpoints.py +1 -1
endpoints.py
CHANGED
@@ -23,4 +23,4 @@ app.include_router(training.router, prefix="/api-training/v1/sparrow-ml", tags=[
|
|
23 |
|
24 |
@app.get("/")
|
25 |
async def root():
|
26 |
-
return {"message": "Naivas
|
|
|
23 |
|
24 |
@app.get("/")
|
25 |
async def root():
|
26 |
+
return {"message": "Naivas LPO inferencing"}
|