Spaces:
Running
Running
fix tag
Browse files
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=["
|
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"])
|