AtthalaricNero commited on
Commit
39d6711
·
1 Parent(s): d969e8f

fix(app): update prediction endpoint to use binary prediction method

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,4 +10,4 @@ def greet_json():
10
 
11
  @app.get("/predict-machine")
12
  def predict_machine():
13
- return controller.predict_time_series()
 
10
 
11
  @app.get("/predict-machine")
12
  def predict_machine():
13
+ return controller.predict_binary()