JoBeer commited on
Commit
85fa740
·
1 Parent(s): 745b80e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def predict(name, description):
26
  return preferedName1, definition1, IRDI1, score1
27
 
28
  interface = gr.Interface(fn = predict, inputs = [gr.Textbox(label="Description:", placeholder="z.B. Globel Trade Item Number", lines=1), gr.Textbox(label="Name:", placeholder="z.B. GTIN", lines=1)],
29
- outputs = [gr.Textbox(label = 'preferedName'),gr.Textbox(label = 'definition'), gr.Textbox(label = 'IDRI'),gr.Textbox(label = 'score')]
30
  title = 'ECLASS-Property-Search')
31
 
32
  interface.launch()
 
26
  return preferedName1, definition1, IRDI1, score1
27
 
28
  interface = gr.Interface(fn = predict, inputs = [gr.Textbox(label="Description:", placeholder="z.B. Globel Trade Item Number", lines=1), gr.Textbox(label="Name:", placeholder="z.B. GTIN", lines=1)],
29
+ outputs = [gr.Textbox(label = 'preferedName'),gr.Textbox(label = 'definition'), gr.Textbox(label = 'IDRI'),gr.Textbox(label = 'score')],
30
  title = 'ECLASS-Property-Search')
31
 
32
  interface.launch()