Skip to content

Commit 2cbb66f

Browse files
author
lukhy
committed
fix
1 parent 32ffea6 commit 2cbb66f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

examples/demo-server.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@
1313
app = Flask(__name__)
1414

1515

16-
@app.route("/", methods=["GET"])
17-
def index():
18-
with open("examples/record.html") as f:
19-
html = f.read()
20-
return html
21-
22-
2316
@app.route("/recognize", methods=["POST"])
2417
def recognize():
2518
f = request.files["file"]

0 commit comments

Comments
 (0)