Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -91,9 +91,9 @@ def run_face_recognition():
|
|
91 |
st.stop()
|
92 |
|
93 |
# Call the function to run face recognition
|
94 |
-
run_face_recognition()
|
95 |
|
96 |
-
|
|
|
97 |
|
98 |
@app.route('/table')
|
99 |
def show_table():
|
|
|
91 |
st.stop()
|
92 |
|
93 |
# Call the function to run face recognition
|
|
|
94 |
|
95 |
+
|
96 |
+
return redirect(url_for('show_table'))
|
97 |
|
98 |
@app.route('/table')
|
99 |
def show_table():
|