Update and rename upload.py to simpleWebAPI.py

This commit is contained in:
Jack Yu
2018-08-13 01:00:59 +08:00
committed by GitHub
parent 07313c0233
commit 58df2c44e3
-1
View File
@@ -1,6 +1,5 @@
#coding=utf-8 #coding=utf-8
from flask import Flask, render_template, request from flask import Flask, render_template, request
#导入flaks 框架 渲染模板 和请求框架
from werkzeug import secure_filename from werkzeug import secure_filename
import cv2 import cv2