Vikas01 commited on
Commit
dae735b
·
1 Parent(s): 9d1839e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- return redirect(url_for('show_table'))
 
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():