rxavier commited on
Commit
2fb60a4
1 Parent(s): ce7fa25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks() as demo:
50
  ["MLB3184663685", True, 0.25], ["MLC1392230619", True, 0.25], ["MCO546152796", True, 0.25]],
51
  inputs=[item_id, use_title, threshold],
52
  outputs=[domain, valid, invalid],
53
- fn=validate,
54
  cache_examples=True,
55
  )
56
  with gr.Tab("From image urls"):
 
50
  ["MLB3184663685", True, 0.25], ["MLC1392230619", True, 0.25], ["MCO546152796", True, 0.25]],
51
  inputs=[item_id, use_title, threshold],
52
  outputs=[domain, valid, invalid],
53
+ fn=validate_item,
54
  cache_examples=True,
55
  )
56
  with gr.Tab("From image urls"):