Spaces:
Build error
Build error
Update app.py
Browse files
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("")
|
129 |
|
130 |
demo.launch(debug=True,enable_queue=True)
|