lazarevich commited on
Commit
0c099a2
ยท
1 Parent(s): 3148271

update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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