Commit cd10ab5b authored by Chris's avatar Chris
Browse files

ya yeet we might not fail this thing

thx larry
parent b25c3251
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -26,9 +26,8 @@ def get_script():
def predict():
    json = request.get_json()
    print(json)
    # message = json["message"]
    # return message # just for debugging, for now... TODO integrate the code with ml.py to get a response
    return "hi"
    message = json["message"]
    return message # just for debugging, for now... TODO integrate the code with ml.py to get a response
 
# TODO hopefully it's obvious that these functions need to be implemented
@app.route('/correctPrediction', methods=["POST"])