Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,6 +34,6 @@ interface = gr.Interface(fn = predict,
|
|
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 |
-
<img src='https://imagizer.imageshack.com/
|
38 |
|
39 |
interface.launch()
|
|
|
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 |
+
<img src='https://imagizer.imageshack.com/img924/6072/NhrX5g.png' width=600p>""")
|
38 |
|
39 |
interface.launch()
|