yu-rp commited on
Commit
7986d35
·
1 Parent(s): 50e7c6d

change title

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -15,9 +15,8 @@ DEVICE = torch.device('cuda:0' if torch.cuda.is_available() else 'cpu')
15
 
16
  MARKDOWN = """
17
  <div align='center'>
18
- **API: Attention Prompting on Image for Large Vision-Language Models**
19
- <br>
20
- [<a href="https://arxiv.org/abs/"> arXiv paper </a>]
21
  [<a href="https://api.github.io"> project page </a>]
22
  [<a href="https://github.com/roboflow/api"> python package </a>]
23
  [<a href="https://github.com/yu-rp/apiprompting"> code </a>]
 
15
 
16
  MARKDOWN = """
17
  <div align='center'>
18
+ <b style="font-size: 2.5em;">API: Attention Prompting on Image for Large Vision-Language Models</b>
19
+ <br> [<a href="https://arxiv.org/abs/"> arXiv paper </a>]
 
20
  [<a href="https://api.github.io"> project page </a>]
21
  [<a href="https://github.com/roboflow/api"> python package </a>]
22
  [<a href="https://github.com/yu-rp/apiprompting"> code </a>]