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