Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -126,6 +126,6 @@ with demo:
|
|
126 |
nd_but.click(predict,inputs=[nd_image_input_1,nd_image_input_2,thresh,model_options],outputs=[sim,msg],queue=True)
|
127 |
fd_but.click(predict,inputs=[face_1,face_2,thresh,model_options],outputs=[sim_1,msg_1],queue=True)
|
128 |
|
129 |
-
gr.Markdown("
|
|
|
126 |
nd_but.click(predict,inputs=[nd_image_input_1,nd_image_input_2,thresh,model_options],outputs=[sim,msg],queue=True)
|
127 |
fd_but.click(predict,inputs=[face_1,face_2,thresh,model_options],outputs=[sim_1,msg_1],queue=True)
|
128 |
|
129 |
+
gr.Markdown("")
|
130 |
|
131 |
demo.launch(debug=True,enable_queue=True)
|