nickmuchi commited on
Commit
dc455a3
·
1 Parent(s): 9560e15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -124,5 +124,7 @@ with demo:
124
 
125
  nd_but.click(predict,inputs=[nd_image_input_1,nd_image_input_2,thresh,model_options],outputs=[sim,msg],queue=True)
126
  fd_but.click(predict,inputs=[face_1,face_2,thresh,model_options],outputs=[sim_1,msg_1],queue=True)
 
 
127
 
128
  demo.launch(debug=True,enable_queue=True)
 
124
 
125
  nd_but.click(predict,inputs=[nd_image_input_1,nd_image_input_2,thresh,model_options],outputs=[sim,msg],queue=True)
126
  fd_but.click(predict,inputs=[face_1,face_2,thresh,model_options],outputs=[sim_1,msg_1],queue=True)
127
+
128
+ gr.Markdown("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=nickmuchi-FaceId-Corise-Project)")
129
 
130
  demo.launch(debug=True,enable_queue=True)