Update app.py
Browse files
app.py
CHANGED
@@ -15,9 +15,9 @@ gradio_ui = gr.Interface(
|
|
15 |
gr.inputs.Textbox(lines=5, label="Paste some text here"),
|
16 |
],
|
17 |
outputs=[
|
18 |
-
gr.outputs.Textbox(label="Label"),
|
19 |
-
gr.outputs.Textbox(label="Index"),
|
20 |
-
gr.outputs.Textbox(label="
|
21 |
],
|
22 |
examples=[
|
23 |
["Tiefkühl Eiscreme & Eiswürfel Bechereis | rewe beste wahl peanut butter eiscreme | REWE Beste Wahl Peanut Butter Eiscreme 500ml"],
|
|
|
15 |
gr.inputs.Textbox(lines=5, label="Paste some text here"),
|
16 |
],
|
17 |
outputs=[
|
18 |
+
gr.outputs.Textbox(label="ECOICOP Label"),
|
19 |
+
gr.outputs.Textbox(label="ECOICOP Index"),
|
20 |
+
gr.outputs.Textbox(label="Certainty")
|
21 |
],
|
22 |
examples=[
|
23 |
["Tiefkühl Eiscreme & Eiswürfel Bechereis | rewe beste wahl peanut butter eiscreme | REWE Beste Wahl Peanut Butter Eiscreme 500ml"],
|