Spaces:
Sleeping
Sleeping
juhoinkinen
commited on
Put links to results
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def process(image, project_num: int, lang: str = "eng"):
|
|
55 |
html_content += f"""
|
56 |
<li class="list-group-item">
|
57 |
<meter value="{result['score']}" min="0" max="1"></meter>
|
58 |
-
<
|
59 |
</li>
|
60 |
"""
|
61 |
|
|
|
55 |
html_content += f"""
|
56 |
<li class="list-group-item">
|
57 |
<meter value="{result['score']}" min="0" max="1"></meter>
|
58 |
+
<a href="{result['uri']}">{result['label']}</a>
|
59 |
</li>
|
60 |
"""
|
61 |
|