Update 'Events/src/myproject2.py'

此提交包含在:
2024-01-11 10:50:31 +00:00
父節點 fec716a305
當前提交 3eac9a5f03
+2 -2
查看文件
@@ -8,8 +8,8 @@ import cv2
app = Flask(__name__)
app.config["IMAGE_UPLOADS"] = "C:/Users/Bizgaze/PycharmProjects/face_recogniction/People"
datasetPath = "/opt/bizgaze/events.bizgaze.app/wwwroot/_files/1/Gallery/"
peoplePath = "/opt/bizgaze/events.bizgaze.app/wwwroot/_files/People/"
#datasetPath = "/opt/bizgaze/events.bizgaze.app/wwwroot/_files/1/Gallery/"
#peoplePath = "/opt/bizgaze/events.bizgaze.app/wwwroot/_files/People/"
@app.route('/', methods=['GET'])
def home():
return render_template('index.html')