JoBeer commited on
Commit
0741fde
·
1 Parent(s): 03daee0

Update app.py

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