Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ app = Flask(__name__)
|
|
40 |
# print("Connected")
|
41 |
# emit("my response", {"data": "Connected"})
|
42 |
########################################################
|
43 |
-
@app.route('/
|
44 |
def attend():
|
45 |
# Face recognition variables
|
46 |
known_faces_names = ["Sarwan Sir", "Vikas","Lalit","Jasmeen","Anita Ma'am"]
|
@@ -76,7 +76,7 @@ def attend():
|
|
76 |
|
77 |
csv_writer = csv.writer(csv_file)
|
78 |
|
79 |
-
|
80 |
def run_face_recognition():
|
81 |
bytes_data=None
|
82 |
|
|
|
40 |
# print("Connected")
|
41 |
# emit("my response", {"data": "Connected"})
|
42 |
########################################################
|
43 |
+
@app.route('/att')
|
44 |
def attend():
|
45 |
# Face recognition variables
|
46 |
known_faces_names = ["Sarwan Sir", "Vikas","Lalit","Jasmeen","Anita Ma'am"]
|
|
|
76 |
|
77 |
csv_writer = csv.writer(csv_file)
|
78 |
|
79 |
+
@app.route('/at')
|
80 |
def run_face_recognition():
|
81 |
bytes_data=None
|
82 |
|