chore: #22 Added code to run through

This commit is contained in:
2023-09-28 12:16:36 +01:00
parent 194277297f
commit dfa62118de
4 changed files with 15 additions and 10 deletions

View File

@@ -18,6 +18,7 @@ func HandleModels (handle *Handle) {
model_classes.HandleList(handle)
// Train endpoints
handleRun(handle)
models_train.HandleTrainEndpoints(handle)
}