PrarthanaTS commited on
Commit
fab3a3b
·
1 Parent(s): a46c479

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
21
  icon_html = '<i class="fas fa-chart-bar" style="font-weight: bold;"></i>'
22
  title = f"""
23
  <div style="background-color: #f5f1f2; padding: 10px; display: flex; align-items: center; justify-content: center;">
24
- {icon_html} <span style="margin-left: 10px; font-size: 20px;">Fast Segment Anything</span>
25
  </div>
26
  """
27
 
 
21
  icon_html = '<i class="fas fa-chart-bar" style="font-weight: bold;"></i>'
22
  title = f"""
23
  <div style="background-color: #f5f1f2; padding: 10px; display: flex; align-items: center; justify-content: center;">
24
+ {icon_html} <span style="margin-left: 10px; font-size: 50px;">Fast Segment Anything</span>
25
  </div>
26
  """
27