peter2000 commited on
Commit
2d82cd1
1 Parent(s): d1196b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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="Score")
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"],