Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukhy committed Jul 1, 2019
1 parent 32ffea6 commit 2cbb66f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions examples/demo-server.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@
app = Flask(__name__)


@app.route("/", methods=["GET"])
def index():
with open("examples/record.html") as f:
html = f.read()
return html


@app.route("/recognize", methods=["POST"])
def recognize():
f = request.files["file"]
Expand Down

0 comments on commit 2cbb66f

Please sign in to comment.