Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|