Commit a555b14e authored by Chris's avatar Chris
Browse files

Fix to make the models train before the server starts running

parent 3df70275
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -89,5 +89,5 @@ def getConfusionMatrix():

# Run the app!
if __name__ == '__main__':
    app.run(port = 8080)
    ml.mlinit()
    app.run(port = 8080)
 No newline at end of file