Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,8 @@ interface = gr.Interface(fn = predict,
|
|
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="
|
|
|
37 |
<img src='https://imagizer.imageshack.com/img924/6072/NhrX5g.png' width=900p></center>""")
|
38 |
|
39 |
interface.launch()
|
|
|
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="5em">Functionality and further development of the demo</font></strong>
|
37 |
+
<br>
|
38 |
<img src='https://imagizer.imageshack.com/img924/6072/NhrX5g.png' width=900p></center>""")
|
39 |
|
40 |
interface.launch()
|