nikhilalgorithma commited on
Commit
de64b43
·
verified ·
1 Parent(s): c75d3ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ model.to("cuda:0")
19
 
20
  PLACEHOLDER = """
21
  <div style="padding: 30px; text-align: center; display: flex; flex-direction: column; align-items: center;">
22
- <p style="font-size: 18px; margin-bottom: 2px; opacity: 0.65;">DifferentByte vision model</p>
23
  </div>
24
  """
25
 
 
19
 
20
  PLACEHOLDER = """
21
  <div style="padding: 30px; text-align: center; display: flex; flex-direction: column; align-items: center;">
22
+ <p style="font-size: 18px; margin-bottom: 2px; opacity: 0.65;"> vision model</p>
23
  </div>
24
  """
25