Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -32,9 +32,7 @@ interface = gr.Interface(fn = predict,
|
|
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', description = "This is a semantic search algorithm that mapps unknown pump properties to the ECLASS standard.",
|
35 |
-
article = """
|
36 |
-
|
37 |
-
<center><Strong><font size="4em">Functionality and further development of the demo</font></strong></center>
|
38 |
|
39 |
<img src='https://imagizer.imageshack.com/img924/6072/NhrX5g.png' width=600p>""")
|
40 |
|
|
|
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', description = "This is a semantic search algorithm that mapps unknown pump properties to the ECLASS standard.",
|
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>""")
|
38 |
|