Sa-m commited on
Commit
4da76c0
·
1 Parent(s): 466a0d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ app = Flask(__name__)
12
  DETECTION_URL = "/v1/detect"
13
 
14
 
15
- @app.route(DETECTION_URL)
16
  def predict():
17
  if not request.method == "POST":
18
  return
 
12
  DETECTION_URL = "/v1/detect"
13
 
14
 
15
+ @app.route('/')
16
  def predict():
17
  if not request.method == "POST":
18
  return