HaohuaLv commited on
Commit
f7dbdd4
·
1 Parent(s): 3b532d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ def main():
99
  load_candidates_btn.click(fn=load_candidates_in_cache, inputs=[candidate_dir])
100
  btn.click(fn=face_recognition, inputs=[detected_image], outputs=[output_image])
101
 
102
- demo.launch(server_port=7862)
103
 
104
  if __name__ == "__main__":
105
  main()
 
99
  load_candidates_btn.click(fn=load_candidates_in_cache, inputs=[candidate_dir])
100
  btn.click(fn=face_recognition, inputs=[detected_image], outputs=[output_image])
101
 
102
+ demo.launch(debug=True)
103
 
104
  if __name__ == "__main__":
105
  main()