Sfoglia il codice sorgente

Update 'Events/src/myproject2.py'

SadhulaSaiKumar 1 anno fa
parent
commit
8df15529d1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Events/src/myproject2.py

+ 1
- 1
Events/src/myproject2.py Vedi File

@@ -7,7 +7,7 @@ from flask import Flask, render_template, request, redirect, send_file
7 7
 import cv2
8 8
 
9 9
 app = Flask(__name__)
10
-app.config["IMAGE_UPLOADS"] = "C:/Users/Bizgaze/PycharmProjects/face_recogniction/People"
10
+
11 11
 #datasetPath = "/opt/bizgaze/events.bizgaze.app/wwwroot/_files/1/Gallery/"
12 12
 #peoplePath = "/opt/bizgaze/events.bizgaze.app/wwwroot/_files/People/"
13 13
 

Loading…
Annulla
Salva