Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,8 @@ interface = gr.Interface(fn = predict,
|
|
31 |
examples = [['Device type', 'describing a set of common specific characteristics in products or goods'], ['Item type','the type of product, an item can be assigned to'],
|
32 |
['Nominal power','power being consumed by or dissipated within an electric component as a variable'], ['Power consumption', 'power that is typically taken from the auxiliary power supply when the device is operating normally']],
|
33 |
#theme = 'huggingface',
|
34 |
-
title = 'ECLASS-Property-Search',
|
|
|
35 |
article = """<center><Strong><font size="4em">Functionality and further development of the demo</font></strong></center>
|
36 |
|
37 |
<img src='https://imagizer.imageshack.com/img924/6072/NhrX5g.png' width=600p>""")
|
|
|
31 |
examples = [['Device type', 'describing a set of common specific characteristics in products or goods'], ['Item type','the type of product, an item can be assigned to'],
|
32 |
['Nominal power','power being consumed by or dissipated within an electric component as a variable'], ['Power consumption', 'power that is typically taken from the auxiliary power supply when the device is operating normally']],
|
33 |
#theme = 'huggingface',
|
34 |
+
title = 'ECLASS-Property-Search',
|
35 |
+
description = "This is a semantic search algorithm that mapps unknown pump properties to the ECLASS standard.It is created by the GART-labortory ot the cologne university of applied science for the use case of semantic interoperable asset administration shells.",
|
36 |
article = """<center><Strong><font size="4em">Functionality and further development of the demo</font></strong></center>
|
37 |
|
38 |
<img src='https://imagizer.imageshack.com/img924/6072/NhrX5g.png' width=600p>""")
|