Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
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()
|