app.route('/predict', methods=['POST'])
| 1 | import numpy as np |
| 2 | from app import app |
| 3 | from flask import render_template, request, jsonify |
| 4 | from app.predictors import RegressionPredictor, CNNPredictor |
nothing calls this directly
no outgoing calls
no test coverage detected