Spaces:
Runtime error
Runtime error
RoniFinTech
commited on
Commit
•
291b6bb
1
Parent(s):
6f3cedc
structure
Browse files
main.py
CHANGED
@@ -29,4 +29,4 @@ async def root():
|
|
29 |
return {"message": "UNIK ML API"}
|
30 |
|
31 |
|
32 |
-
app.include_router(stable_diffusion.router, prefix=settings.prefix, tags=["
|
|
|
29 |
return {"message": "UNIK ML API"}
|
30 |
|
31 |
|
32 |
+
app.include_router(stable_diffusion.router, prefix=settings.prefix, tags=["inference"])
|