Spaces:
Sleeping
Sleeping
Commit ·
fd1a619
1
Parent(s): 683450e
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,19 +102,16 @@ def processed_image(image):
|
|
| 102 |
|
| 103 |
icon_html = '<i class="fas fa-chart-bar"></i>'
|
| 104 |
title_with_icon = f"""
|
| 105 |
-
<div style="background-color: #
|
| 106 |
-
{icon_html} <span style="margin-left: 10px;">
|
| 107 |
</div>
|
| 108 |
"""
|
| 109 |
description_with_icon = f"""
|
| 110 |
-
<div style="background-color: #
|
| 111 |
{icon_html}
|
| 112 |
<span style="margin-left: 10px;">
|
| 113 |
-
Pytorch Lightening Implemetation of YoloV3 trained from scratch \n\n
|
| 114 |
-
|
| 115 |
-
🐯Animal: bird, cat, cow, dog, horse, sheep🦄 \n
|
| 116 |
-
🚚Vehicle: aeroplane, bicycle, boat, bus, car, motorbike, train🚗 \n
|
| 117 |
-
🎄Indoor: bottle, chair, dining table, potted plant, sofa, tv,monitor🎮 \n
|
| 118 |
</span>
|
| 119 |
</div>
|
| 120 |
"""
|
|
|
|
| 102 |
|
| 103 |
icon_html = '<i class="fas fa-chart-bar"></i>'
|
| 104 |
title_with_icon = f"""
|
| 105 |
+
<div style="background-color: #f5f1f2; padding: 10px; display: flex; align-items: center;">
|
| 106 |
+
{icon_html} <span style="margin-left: 10px;">Object Detection on Pascal VOC Dataset with YoloV3</span>
|
| 107 |
</div>
|
| 108 |
"""
|
| 109 |
description_with_icon = f"""
|
| 110 |
+
<div style="background-color: #f1f1f5; padding: 10px; display: flex; align-items: center;">
|
| 111 |
{icon_html}
|
| 112 |
<span style="margin-left: 10px;">
|
| 113 |
+
\n Pytorch Lightening Implemetation of YoloV3 trained from scratch \n\n
|
| 114 |
+
🚶♂️Person: person\n 🦮Animal: bird, cat, cow, dog, horse, sheep\n🚚Vehicle: aeroplane, bicycle, boat, bus, car, motorbike, train\n🎄Indoor: bottle, chair, dining table, potted plant, sofa, tv,monitor\n
|
|
|
|
|
|
|
|
|
|
| 115 |
</span>
|
| 116 |
</div>
|
| 117 |
"""
|