Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
ยท
0c099a2
1
Parent(s):
3148271
update app.py
Browse files
app.py
CHANGED
@@ -15,8 +15,11 @@ def get_hw_description(hw_name):
|
|
15 |
|
16 |
hw_url = HW_URLS[hw_name]
|
17 |
DESC = f"""
|
|
|
18 |
๐ธ <span style="font-size:16px">Click </span>[<span style="font-size:16px">here</span>]({hw_url})<span style="font-size:16px"> for more information on the selected hardware platform.</span>
|
|
|
19 |
๐ธ <span style="font-size:16px">Refer to the [Deeplite Torch Zoo](https://github.com/Deeplite/deeplite-torch-zoo/tree/develop/results/yolobench) for details about latency measurement experiments.</span>
|
|
|
20 |
"""
|
21 |
return DESC
|
22 |
|
|
|
15 |
|
16 |
hw_url = HW_URLS[hw_name]
|
17 |
DESC = f"""
|
18 |
+
|
19 |
๐ธ <span style="font-size:16px">Click </span>[<span style="font-size:16px">here</span>]({hw_url})<span style="font-size:16px"> for more information on the selected hardware platform.</span>
|
20 |
+
|
21 |
๐ธ <span style="font-size:16px">Refer to the [Deeplite Torch Zoo](https://github.com/Deeplite/deeplite-torch-zoo/tree/develop/results/yolobench) for details about latency measurement experiments.</span>
|
22 |
+
|
23 |
"""
|
24 |
return DESC
|
25 |
|