Spaces:
Runtime error
Runtime error
Commit ·
1674526
1
Parent(s): 727979e
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,13 +19,13 @@ device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
|
| 19 |
|
| 20 |
|
| 21 |
icon_html = '<i class="fas fa-chart-bar"></i>'
|
| 22 |
-
|
| 23 |
<div style="background-color: #f5f1f2; padding: 10px; display: flex; align-items: center;">
|
| 24 |
-
{icon_html} <span style="margin-left: 10px;">Fast Segment Anything
|
| 25 |
</div>
|
| 26 |
"""
|
| 27 |
|
| 28 |
-
|
| 29 |
<div style="background-color: #f1f1f5; padding: 10px; display: flex; align-items: center;">
|
| 30 |
{icon_html}
|
| 31 |
<span style="margin-left: 10px;">
|
|
|
|
| 19 |
|
| 20 |
|
| 21 |
icon_html = '<i class="fas fa-chart-bar"></i>'
|
| 22 |
+
title= f"""
|
| 23 |
<div style="background-color: #f5f1f2; padding: 10px; display: flex; align-items: center;">
|
| 24 |
+
{icon_html} <span style="margin-left: 10px;">Fast Segment Anything </span>
|
| 25 |
</div>
|
| 26 |
"""
|
| 27 |
|
| 28 |
+
description = f"""
|
| 29 |
<div style="background-color: #f1f1f5; padding: 10px; display: flex; align-items: center;">
|
| 30 |
{icon_html}
|
| 31 |
<span style="margin-left: 10px;">
|