vumichien commited on
Commit
668c994
·
1 Parent(s): 5186c89
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -52,7 +52,7 @@ app = FastAPI(
52
  # Include Routers
53
  app.include_router(health.router, tags=["Health"])
54
  app.include_router(auth.router, tags=["Authentication"])
55
- app.include_router(predict.router, tags=["Prediction"])
56
 
57
 
58
  @app.get("/", tags=["Health"])
 
52
  # Include Routers
53
  app.include_router(health.router, tags=["Health"])
54
  app.include_router(auth.router, tags=["Authentication"])
55
+ app.include_router(predict.router, tags=["AI Model"])
56
 
57
 
58
  @app.get("/", tags=["Health"])