chore: remove BotModels.png, update main.py
This commit is contained in:
parent
f7690e1d81
commit
216e34ec13
2 changed files with 5 additions and 5 deletions
BIN
BotModels.png
BIN
BotModels.png
Binary file not shown.
|
Before Width: | Height: | Size: 58 KiB |
10
src/main.py
10
src/main.py
|
|
@ -65,11 +65,11 @@ async def root():
|
|||
"status": "running",
|
||||
"docs": "/api/docs",
|
||||
"endpoints": {
|
||||
"image": "/api/v1/image",
|
||||
"video": "/api/v1/video",
|
||||
"speech": "/api/v1/speech",
|
||||
"vision": "/api/v1/vision",
|
||||
"scoring": "/api/v1/scoring",
|
||||
"image": "/api/image",
|
||||
"video": "/api/video",
|
||||
"speech": "/api/speech",
|
||||
"vision": "/api/vision",
|
||||
"scoring": "/api/scoring",
|
||||
},
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue