compare to chicory-ui
Browse files
app.py
CHANGED
@@ -128,6 +128,12 @@ with gr.Blocks(css=css, theme=theme) as app:
|
|
128 |
label="Confidence Threshold"
|
129 |
)
|
130 |
|
|
|
|
|
|
|
|
|
|
|
|
|
131 |
submit_button = gr.Button("Categorize Products", variant="primary")
|
132 |
|
133 |
with gr.Column(scale=3):
|
|
|
128 |
label="Confidence Threshold"
|
129 |
)
|
130 |
|
131 |
+
compare_chicory = gr.Checkbox(
|
132 |
+
label="Compare with Chicory Parser V3",
|
133 |
+
value=False,
|
134 |
+
info="When enabled, results will include comparisons with Chicory Parser V3 API"
|
135 |
+
)
|
136 |
+
|
137 |
submit_button = gr.Button("Categorize Products", variant="primary")
|
138 |
|
139 |
with gr.Column(scale=3):
|